Update profiles.

This commit is contained in:
Alexandre Pujol 2021-09-12 20:47:14 +01:00
parent 70b4fa665b
commit a4ba26133f
Failed to generate hash of commit
3 changed files with 11 additions and 2 deletions

View file

@ -13,6 +13,7 @@ profile pacman-hook-depmod @{exec_path} {
@{exec_path} mr, @{exec_path} mr,
/{usr/,}bin/bash rix, /{usr/,}bin/bash rix,
/{usr/,}bin/kmod rPx,
/{usr/,}bin/depmod rPx, /{usr/,}bin/depmod rPx,
# Inherit Silencer # Inherit Silencer

View file

@ -14,9 +14,17 @@ profile pacman-hook-dkms @{exec_path} {
@{exec_path} mr, @{exec_path} mr,
/{usr/,}bin/bash rix,
/{usr/,}bin/kmod rPx, /{usr/,}bin/kmod rPx,
/{usr/,}bin/dkms rPx, /{usr/,}bin/dkms rPx,
/usr/src/ r,
/usr/src/**.conf r,
/etc/dkms/{,*} r,
/dev/tty rw,
# Inherit Silencer # Inherit Silencer
deny network inet6 stream, deny network inet6 stream,
deny network inet stream, deny network inet stream,

View file

@ -118,7 +118,7 @@ profile borg @{exec_path} {
umount @{MOUNTS}/*/, umount @{MOUNTS}/*/,
umount @{MOUNTS}/*/*/, umount @{MOUNTS}/*/*/,
owner @{PROC}/@{pid}/mounts r, @{PROC}/@{pids}/mounts r,
/dev/fuse rw, /dev/fuse rw,
} }