Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Fix typo in comment of charon Apparmor profiles
· 912855f3
Simon Deziel
authored
Sep 20, 2018
912855f3
Remove redundant capabilities in charon Apparmor profiles
· ae0b23db
Simon Deziel
authored
Sep 20, 2018
ae0b23db
Merge branch 'apparmor-cosmetic-fixes' into 'debian/master'
· 43136aa5
Yves-Alexis Perez
authored
Sep 24, 2018
Apparmor cosmetic fixes See merge request
!2
43136aa5
Show whitespace changes
Inline
Side-by-side
debian/usr.lib.ipsec.charon
View file @
43136aa5
...
...
@@ -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
# libch
a
ron-extra-plugins: kernel-libipsec
/dev/net/tun rw,
/etc/ipsec.conf r,
...
...
debian/usr.sbin.charon-systemd
View file @
43136aa5
...
...
@@ -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
# libch
a
ron-extra-plugins: kernel-libipsec
/dev/net/tun rw,
/etc/ipsec.conf r,
...
...