mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 15:33:47 +01:00
feat(profile): ip: improve support for network ns.
This commit is contained in:
parent
3c0b83d1b0
commit
d30b673e99
@ -20,19 +20,20 @@ profile ip @{exec_path} flags=(attach_disconnected) {
|
||||
|
||||
network netlink raw,
|
||||
|
||||
mount options=(rw, bind, rshared) -> /{var/,}run/netns/,
|
||||
mount options=(rw, rslave) -> /,
|
||||
mount options=(rw, bind) / -> /{var/,}run/netns/*,
|
||||
mount options=(rw, bind) /etc/netns/firefox/resolv.conf -> /etc/resolv.conf,
|
||||
mount fstype=sysfs -> /sys/,
|
||||
mount options=(rw, rshared) -> @{run}/netns/,
|
||||
mount options=(rw, rslave) -> /,
|
||||
mount options=(rw, bind) @{att}/ -> @{run}/netns/*,
|
||||
mount options=(rw, bind) /etc/netns/*/resolv.conf -> /etc/resolv.conf,
|
||||
mount fstype=sysfs -> /sys/,
|
||||
|
||||
umount @{run}/netns/*,
|
||||
umount /sys/,
|
||||
|
||||
@{exec_path} mrix,
|
||||
@{sh_path} rix,
|
||||
@{shells_path} rUx,
|
||||
@{bin}/sudo rPx,
|
||||
|
||||
/ r,
|
||||
@{att}/ r,
|
||||
|
||||
/etc/iproute2/{,**} r,
|
||||
/etc/netns/*/ r,
|
||||
|
Loading…
Reference in New Issue
Block a user