diff options
author | Steve Langasek <vorlon@debian.org> | 2008-10-15 15:56:57 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:28:28 -0800 |
commit | 86989bb338b5820b726d5dae078d052a6df53b0a (patch) | |
tree | 94c705776cf377ea2a8cf342d87022c50c9b36b1 /debian/local | |
parent | f3a7262e8e3b3a5ff630dac0816ab27583b3f215 (diff) | |
download | pam-86989bb338b5820b726d5dae078d052a6df53b0a.tar.gz pam-86989bb338b5820b726d5dae078d052a6df53b0a.tar.bz2 pam-86989bb338b5820b726d5dae078d052a6df53b0a.zip |
get rid of the double pam_permit in common-session, the stack will handle this
right now
Diffstat (limited to 'debian/local')
-rw-r--r-- | debian/local/common-session | 4 | ||||
-rwxr-xr-x | debian/local/pam-auth-update | 1 |
2 files changed, 2 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 diff --git a/debian/local/pam-auth-update b/debian/local/pam-auth-update index c2378ebe..2ba63f6e 100755 --- a/debian/local/pam-auth-update +++ b/debian/local/pam-auth-update @@ -47,6 +47,7 @@ my %md5sums = ( '3532cbabf533d59f0b64218ad82f1446', ], 'session' => [ + '4a25673e8b36f1805219027d3be02cd2', '1bd2f3e86f552c57f5ee013b93ffca2b', '1a1bda3d417991dd366984ca7382f787', ], |