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,
|
@{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
|
||||||
|
|
|
@ -14,8 +14,16 @@ 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,
|
||||||
|
|
|
@ -117,8 +117,8 @@ 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,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue