summaryrefslogtreecommitdiff
path: root/debian/local/common-session
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2008-10-15 15:56:57 -0700
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 17:28:28 -0800
commit86989bb338b5820b726d5dae078d052a6df53b0a (patch)
tree94c705776cf377ea2a8cf342d87022c50c9b36b1 /debian/local/common-session
parentf3a7262e8e3b3a5ff630dac0816ab27583b3f215 (diff)
get rid of the double pam_permit in common-session, the stack will handle this
right now
Diffstat (limited to 'debian/local/common-session')
-rw-r--r--debian/local/common-session4
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/local/common-session b/debian/local/common-session
index 97816c86..da9ba7e4 100644
--- a/debian/local/common-session
+++ b/debian/local/common-session
@@ -15,9 +15,7 @@
# here are the per-package modules (the "Primary" block)
$session_primary
# here's the fallback if no module succeeds
-# 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
+session requisite pam_deny.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