diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2018-08-07 11:03:25 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2018-08-07 11:04:17 +0200 |
commit | bd93d36dc8baa6fb3e76d4808278e077d4b47301 (patch) | |
tree | 48e6f36f6e8a95e64185630e59fe2d34b98dbb11 | |
parent | 15fcd832de6731ae106eedf3c9e5c8cb5e503e35 (diff) | |
download | vyos-strongswan-bd93d36dc8baa6fb3e76d4808278e077d4b47301.tar.gz vyos-strongswan-bd93d36dc8baa6fb3e76d4808278e077d4b47301.zip |
update AppArmor templates to handle usr merge
Thanks Christian Ehrhardt for the patch
closes: #905082
-rw-r--r-- | debian/usr.lib.ipsec.charon | 2 | ||||
-rw-r--r-- | debian/usr.sbin.charon-systemd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/usr.lib.ipsec.charon b/debian/usr.lib.ipsec.charon index 9e24c744d..14cfa6d0b 100644 --- a/debian/usr.lib.ipsec.charon +++ b/debian/usr.lib.ipsec.charon @@ -41,7 +41,7 @@ network, network raw, - /bin/dash rmPUx, + /{,usr/}bin/dash rmPUx, # libchron-extra-plugins: kernel-libipsec /dev/net/tun rw, diff --git a/debian/usr.sbin.charon-systemd b/debian/usr.sbin.charon-systemd index 920fe7284..434d91578 100644 --- a/debian/usr.sbin.charon-systemd +++ b/debian/usr.sbin.charon-systemd @@ -41,7 +41,7 @@ network, network raw, - /bin/dash rmPUx, + /{,usr/}bin/dash rmPUx, # libchron-extra-plugins: kernel-libipsec /dev/net/tun rw, |