feat(profile): ip: improve support for network ns.

This commit is contained in:
Alexandre Pujol 2024-11-10 19:04:08 +00:00
parent 3c0b83d1b0
commit d30b673e99
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -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,