diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/strongswan-starter.lintian-overrides | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 840ec1578..a25f2fb3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ strongswan (5.3.0-2) UNRELEASED; urgency=medium * debian/patches: - strongswan-5.2.2-5.3.0_unknown_payload added, fixes a DoS and potential remote code execution vulnerability (CVE-2015-3991). + * debian/strongswan-starter.lintian-overrides: add override for + command-with-path-in-maintainer-script since it's there to check for file + existence. -- Yves-Alexis Perez <corsac@debian.org> Sat, 23 May 2015 14:18:53 +0200 diff --git a/debian/strongswan-starter.lintian-overrides b/debian/strongswan-starter.lintian-overrides index 7c2257195..7c1f5ea8b 100644 --- a/debian/strongswan-starter.lintian-overrides +++ b/debian/strongswan-starter.lintian-overrides @@ -2,3 +2,5 @@ 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 |