feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2023-08-27 14:54:04 +01:00
parent 19331acaa9
commit 75ef5ef6ad
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
48 changed files with 205 additions and 141 deletions

View file

@ -21,6 +21,8 @@ profile kmod @{exec_path} flags=(attach_disconnected) {
capability sys_module,
capability syslog,
network inet raw,
unix (receive) type=stream,
@{exec_path} mrix,
@ -43,7 +45,10 @@ profile kmod @{exec_path} flags=(attach_disconnected) {
/var/lib/dkms/**/module/*.ko r,
/var/lib/dpkg/triggers/* r,
/var/lib/ebtables/lock r,
/var/tmp/dracut.*/{,**} rw,
owner /var/tmp/*modules*/{,**} rw,
owner /var/tmp/dracut.*/{,**} rw,
owner /boot/System.map-* r,
owner /tmp/mkinitcpio.*/{,**} rw,