Global profile update.

This commit is contained in:
Alexandre Pujol 2021-04-05 13:15:52 +01:00
parent 6aa99d3ec5
commit 64d8379375
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
9 changed files with 22 additions and 4 deletions

View file

@ -41,6 +41,7 @@ profile NetworkManager @{exec_path} flags=(attach_disconnected) {
/{usr/,}bin/systemctl rPx -> child-systemctl,
/{usr/,}bin/{,ba,da}sh rix,
/ r,
/etc/ r,
/etc/resolv.conf rw,
/etc/resolv.conf.[0-9A-Z]* rw,
@ -70,9 +71,13 @@ profile NetworkManager @{exec_path} flags=(attach_disconnected) {
@{run}/udev/data/+pci* r,
@{sys}/devices/**/uevent r,
@{sys}/devices/virtual/net/{,*} r,
@{sys}/devices/virtual/net/{,**} r,
@{sys}/devices/pci[0-9]*/**/net/*/{,**} r,
@{sys}/devices/pci[0-9]*/**/usb[0-9]/**/net/{,**} r,
@{PROC}/sys/kernel/osrelease r,
@{PROC}/1/environ r,
@{PROC}/cmdline r,
include if exists <local/NetworkManager>
}