diff options
author | Steve Langasek <vorlon@debian.org> | 2013-02-12 05:21:46 +0000 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 22:11:50 -0800 |
commit | 8787541fd57a2f18e312f7fcd57b4992d33eb098 (patch) | |
tree | e9aaf5f27dc09ade5d5dbb95e6f60fc717669bff /debian/libpam-modules.lintian-overrides | |
parent | 84167586a9049705a50b0a58a1043d6ef5b6a5f9 (diff) | |
download | pam-8787541fd57a2f18e312f7fcd57b4992d33eb098.tar.gz pam-8787541fd57a2f18e312f7fcd57b4992d33eb098.tar.bz2 pam-8787541fd57a2f18e312f7fcd57b4992d33eb098.zip |
Update lintian overrides to suppress some noise about hardening and
manpages.
Diffstat (limited to 'debian/libpam-modules.lintian-overrides')
-rw-r--r-- | debian/libpam-modules.lintian-overrides | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/libpam-modules.lintian-overrides b/debian/libpam-modules.lintian-overrides new file mode 100644 index 00000000..c6f25ec7 --- /dev/null +++ b/debian/libpam-modules.lintian-overrides @@ -0,0 +1,13 @@ +# These are false positives because they don't use any functions that need +# fortifying. Since we know we have hardening turned on globally, suppress +# them. If we ever see this warning again for *other* modules, then we know +# there's a real problem. +libpam-modules: hardening-no-fortify-functions lib/*/security/pam_echo.so +libpam-modules: hardening-no-fortify-functions lib/*/security/pam_filter.so +libpam-modules: hardening-no-fortify-functions lib/*/security/pam_group.so +libpam-modules: hardening-no-fortify-functions lib/*/security/pam_limits.so +libpam-modules: hardening-no-fortify-functions lib/*/security/pam_shells.so +libpam-modules: hardening-no-fortify-functions lib/*/security/pam_tally.so +libpam-modules: hardening-no-fortify-functions lib/*/security/pam_tally2.so +libpam-modules: hardening-no-fortify-functions lib/*/security/pam_time.so +libpam-modules: hardening-no-fortify-functions lib/*/security/pam_wheel.so |