diff options
author | Steve Langasek <vorlon@debian.org> | 2022-08-23 21:40:34 +0000 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2022-08-23 21:40:34 +0000 |
commit | b027411f6446528e90ced20902dd1a99ee4aa4f9 (patch) | |
tree | b02ac96efeead10192a9c9fbb6e74af9a8267862 | |
parent | 8f7b5de00d82c9e02a1e1a9d28ab10db4fb9bc9c (diff) | |
parent | 95c4ca349644ba6da8457ae33f6d971d5f955104 (diff) | |
download | pam-b027411f6446528e90ced20902dd1a99ee4aa4f9.tar.gz pam-b027411f6446528e90ced20902dd1a99ee4aa4f9.tar.bz2 pam-b027411f6446528e90ced20902dd1a99ee4aa4f9.zip |
Merge branch 'master' into 'master'
remove version references for ancient versions of packages
See merge request vorlon/pam!8
-rw-r--r-- | debian/local/Debian-PAM-MiniPolicy | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/local/Debian-PAM-MiniPolicy b/debian/local/Debian-PAM-MiniPolicy index e51a0246..8cba0aee 100644 --- a/debian/local/Debian-PAM-MiniPolicy +++ b/debian/local/Debian-PAM-MiniPolicy @@ -83,11 +83,11 @@ those modules. E.g., /etc/pam.d/login includes the line: therefore it must depend on libpam-modules, which provides /lib/security/pam_limits.so. -Applications need to depend on libpam-runtime (>= 0.76-14) to -guarantee that /etc/pam.d/common-* exist. +Applications need to depend on libpam-runtime to guarantee that +/etc/pam.d/common-* exist. Applications that use common-session-noninteractive must depend -on libpam-runtime (>= 1.0.1-11) for this file. +on libpam-runtime for this file. The pam_unix.so module allows programs to authenticate the uid of the |