diff options
Diffstat (limited to '')
-rw-r--r-- | debian/libpam-modules.lintian-overrides | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/libpam-modules.lintian-overrides b/debian/libpam-modules.lintian-overrides new file mode 100644 index 0000000..531ff4d --- /dev/null +++ b/debian/libpam-modules.lintian-overrides @@ -0,0 +1,14 @@ +# 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_localuser.so* +libpam-modules: hardening-no-fortify-functions *lib/*/security/pam_shells.so* +libpam-modules: hardening-no-fortify-functions *lib/*/security/pam_wheel.so* +# pam_deny.so does not use any symbol from libc. +libpam-modules: shared-lib-without-dependency-information *lib/*/security/pam_deny.so* +# lintian doesn't know what to do with manpages for pam modules +libpam-modules: spare-manual-page * |