diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2018-09-24 16:07:17 +0000 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2018-09-24 16:07:17 +0000 |
commit | 43136aa5f2a8d02161a7b271db3c95c01b3a7a6b (patch) | |
tree | b5da9811488b536569cb54ccf6c4f9d2385c343e | |
parent | 214952b7e4ad76460e8d0b90ab0558d3594cd696 (diff) | |
parent | ae0b23db71d7e1298cf0adcf6bf2a0d50c714481 (diff) | |
download | vyos-strongswan-43136aa5f2a8d02161a7b271db3c95c01b3a7a6b.tar.gz vyos-strongswan-43136aa5f2a8d02161a7b271db3c95c01b3a7a6b.zip |
Merge branch 'apparmor-cosmetic-fixes' into 'debian/master'
Apparmor cosmetic fixes
See merge request debian/strongswan!2
-rw-r--r-- | debian/usr.lib.ipsec.charon | 5 | ||||
-rw-r--r-- | debian/usr.sbin.charon-systemd | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/debian/usr.lib.ipsec.charon b/debian/usr.lib.ipsec.charon index 14cfa6d0b..de110d837 100644 --- a/debian/usr.lib.ipsec.charon +++ b/debian/usr.lib.ipsec.charon @@ -35,15 +35,12 @@ # libstrongswan-standard-plugins: agent capability dac_override, - capability net_admin, - capability net_raw, - network, network raw, /{,usr/}bin/dash rmPUx, - # libchron-extra-plugins: kernel-libipsec + # libcharon-extra-plugins: kernel-libipsec /dev/net/tun rw, /etc/ipsec.conf r, diff --git a/debian/usr.sbin.charon-systemd b/debian/usr.sbin.charon-systemd index 434d91578..0540b89e0 100644 --- a/debian/usr.sbin.charon-systemd +++ b/debian/usr.sbin.charon-systemd @@ -35,15 +35,12 @@ # libstrongswan-standard-plugins: agent capability dac_override, - capability net_admin, - capability net_raw, - network, network raw, /{,usr/}bin/dash rmPUx, - # libchron-extra-plugins: kernel-libipsec + # libcharon-extra-plugins: kernel-libipsec /dev/net/tun rw, /etc/ipsec.conf r, |