mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
Update profiles.
This commit is contained in:
parent
70b4fa665b
commit
a4ba26133f
3 changed files with 11 additions and 2 deletions
|
@ -13,6 +13,7 @@ profile pacman-hook-depmod @{exec_path} {
|
|||
@{exec_path} mr,
|
||||
|
||||
/{usr/,}bin/bash rix,
|
||||
/{usr/,}bin/kmod rPx,
|
||||
/{usr/,}bin/depmod rPx,
|
||||
|
||||
# Inherit Silencer
|
||||
|
|
|
@ -14,9 +14,17 @@ profile pacman-hook-dkms @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
/{usr/,}bin/bash rix,
|
||||
/{usr/,}bin/kmod rPx,
|
||||
/{usr/,}bin/dkms rPx,
|
||||
|
||||
/usr/src/ r,
|
||||
/usr/src/**.conf r,
|
||||
|
||||
/etc/dkms/{,*} r,
|
||||
|
||||
/dev/tty rw,
|
||||
|
||||
# Inherit Silencer
|
||||
deny network inet6 stream,
|
||||
deny network inet stream,
|
||||
|
|
|
@ -118,7 +118,7 @@ profile borg @{exec_path} {
|
|||
umount @{MOUNTS}/*/,
|
||||
umount @{MOUNTS}/*/*/,
|
||||
|
||||
owner @{PROC}/@{pid}/mounts r,
|
||||
@{PROC}/@{pids}/mounts r,
|
||||
|
||||
/dev/fuse rw,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue