diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2012-06-29 07:38:25 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2012-06-29 07:38:25 +0200 |
commit | d0f3ad6e1ac593b8441efe7cd99d2dea8508c500 (patch) | |
tree | dabae892e9982ced1b633c00372321a194c00210 /debian/libstrongswan.lintian-overrides | |
parent | a9b85873e1fcf6e9ae5eb527a0f915f77d6a1877 (diff) | |
download | vyos-strongswan-d0f3ad6e1ac593b8441efe7cd99d2dea8508c500.tar.gz vyos-strongswan-d0f3ad6e1ac593b8441efe7cd99d2dea8508c500.zip |
Override warnings for hardening flags
* debian/libstrongswan.lintian-overrides,
debian/libstrongswan-ikev2.lintian-overrides:
- override warning for hardening flags, we do use them.
Diffstat (limited to 'debian/libstrongswan.lintian-overrides')
-rw-r--r-- | debian/libstrongswan.lintian-overrides | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/libstrongswan.lintian-overrides b/debian/libstrongswan.lintian-overrides index eec04b42c..caa6afe4d 100644 --- a/debian/libstrongswan.lintian-overrides +++ b/debian/libstrongswan.lintian-overrides @@ -1,2 +1,16 @@ libstrongswan: package-name-doesnt-match-sonames libchecksum libfast0 libhydra0 libstrongswan0 libstrongswan: possible-gpl-code-linked-with-openssl +# we do pass hardening flags +libstrongswan: hardening-no-fortify-functions usr/lib/*/ipsec/libradius.so.0.0.0 +libstrongswan: hardening-no-fortify-functions usr/lib/*/ipsec/libsimaka.so.0.0.0 +libstrongswan: hardening-no-fortify-functions usr/lib/*/ipsec/libtls.so.0.0.0 +libstrongswan: hardening-no-fortify-functions usr/lib/*/ipsec/plugins/libstrongswan-ccm.so +libstrongswan: hardening-no-fortify-functions usr/lib/*/ipsec/plugins/libstrongswan-cmac.so +libstrongswan: hardening-no-fortify-functions usr/lib/*/ipsec/plugins/libstrongswan-ctr.so +libstrongswan: hardening-no-fortify-functions usr/lib/*/ipsec/plugins/libstrongswan-farp.so +libstrongswan: hardening-no-fortify-functions usr/lib/*/ipsec/plugins/libstrongswan-gcm.so +libstrongswan: hardening-no-fortify-functions usr/lib/*/ipsec/plugins/libstrongswan-gmp.so +libstrongswan: hardening-no-fortify-functions usr/lib/*/ipsec/plugins/libstrongswan-hmac.so +libstrongswan: hardening-no-fortify-functions usr/lib/*/ipsec/plugins/libstrongswan-random.so +libstrongswan: hardening-no-fortify-functions usr/lib/*/ipsec/plugins/libstrongswan-tnc-tnccs.so +libstrongswan: hardening-no-fortify-functions usr/lib/*/ipsec/plugins/libstrongswan-xcbc.so |