summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/local/common-session4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/local/common-session b/debian/local/common-session
index 19377017..5856d109 100644
--- a/debian/local/common-session
+++ b/debian/local/common-session
@@ -15,7 +15,9 @@
# here are the per-package modules (the "Primary" block)
$session_primary
# here's the fallback if no module succeeds
-session requisite pam_deny.so
+# this is obviously a completely redundant line, except that it lets us
+# handle better the case where there are no "Primary" modules provided
+session required pam_permit.so
# prime the stack with a positive return value if there isn't one already;
# this avoids us returning an error just because nothing sets a success code
# since the modules above will each just jump around