diff options
Diffstat (limited to 'debian/strongswan-starter.lintian-overrides')
-rw-r--r-- | debian/strongswan-starter.lintian-overrides | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/strongswan-starter.lintian-overrides b/debian/strongswan-starter.lintian-overrides new file mode 100644 index 000000000..7c1f5ea8b --- /dev/null +++ b/debian/strongswan-starter.lintian-overrides @@ -0,0 +1,6 @@ +# as here private data is stored we need tighter perms here +strongswan-starter: non-standard-dir-perm etc/ipsec.d/private/ 0700 != 0755 +strongswan-starter: non-standard-file-perm etc/ipsec.secrets 0600 != 0644 +strongswan-starter: non-standard-dir-perm var/lib/strongswan/ 0700 != 0755 +# the full path is used to check the command presence +strongswan-starter: command-with-path-in-maintainer-script postrm:36 /usr/sbin/deluser |