diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2015-05-23 15:06:02 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2015-05-23 15:06:02 +0200 |
commit | bc2ac8385aae708cb793d522ca098b90143619cc (patch) | |
tree | a51a83e1ac15da2f9e07919fd0d0146d993432c5 /debian | |
parent | d7b7d4fb79fda8286722cdfa6131a62f8b0ac393 (diff) | |
download | vyos-strongswan-bc2ac8385aae708cb793d522ca098b90143619cc.tar.gz vyos-strongswan-bc2ac8385aae708cb793d522ca098b90143619cc.zip |
debian/strongswan-starter.lintian-overrides: add override for command-with-path-in-maintainer-script since it's there to check for file existence.
Diffstat (limited to 'debian')
-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 |