feat(profiles): general update.
This commit is contained in:
parent
19331acaa9
commit
75ef5ef6ad
48 changed files with 205 additions and 141 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue