feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2022-11-11 22:18:55 +00:00
parent fd88162c55
commit 26f838b73f
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
23 changed files with 121 additions and 78 deletions

View file

@ -68,7 +68,7 @@ profile systemd-udevd @{exec_path} flags=(attach_disconnected complain) {
/etc/udev/ r,
/etc/udev/udev.conf r,
/etc/udev/rules.d/ r,
/etc/udev/rules.d/[0-9][0-9]-*.rules r,
/etc/udev/rules.d/*.rules r,
/etc/udev/hwdb.d/ r,
/etc/udev/hwdb.d/[0-9][0-9]-*.hwdb r,
@ -84,8 +84,9 @@ profile systemd-udevd @{exec_path} flags=(attach_disconnected complain) {
@{run}/udev/ rw,
@{run}/udev/** rw,
@{run}/systemd/seats/seat[0-9]* r,
@{run}/systemd/network/ r,
@{run}/systemd/notify rw,
@{run}/systemd/seats/seat[0-9]* r,
@{sys}/** rw,