diff options
Diffstat (limited to 'debian/systemd.lintian-overrides')
-rw-r--r-- | debian/systemd.lintian-overrides | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/systemd.lintian-overrides b/debian/systemd.lintian-overrides index 986918d..a6988a8 100644 --- a/debian/systemd.lintian-overrides +++ b/debian/systemd.lintian-overrides @@ -5,3 +5,6 @@ systemd: systemd-service-file-missing-install-key systemd: spare-manual-page # netlink keyword systemd: spelling-error-in-binary iif if [usr/lib/systemd/systemd-networkd] +# False positives due to the '/tmp' string mentioned for tmpfiles.d/tmp.conf +systemd: possibly-insecure-handling-of-tmp-files-in-maintainer-script /tmp [postinst:*] +systemd: possibly-insecure-handling-of-tmp-files-in-maintainer-script /tmp [postrm:*] |