mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
parent
d480156e09
commit
435cf47359
2 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,8 @@ profile pacman-hook-dkms @{exec_path} flags=(attach_disconnected) {
|
|||
capability dac_read_search,
|
||||
capability mknod,
|
||||
|
||||
network unix stream,
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{sh_path} rix,
|
||||
|
@ -31,7 +33,6 @@ profile pacman-hook-dkms @{exec_path} flags=(attach_disconnected) {
|
|||
# Inherit Silencer
|
||||
deny network inet stream,
|
||||
deny network inet6 stream,
|
||||
deny unix (receive) type=stream,
|
||||
|
||||
include if exists <local/pacman-hook-dkms>
|
||||
}
|
||||
|
|
|
@ -254,6 +254,7 @@ ollama attach_disconnected,complain
|
|||
os-prober attach_disconnected,complain
|
||||
package-data-downloader complain
|
||||
packagekitd attach_disconnected,complain
|
||||
pacman-hook-dkms complain
|
||||
pam_kwallet_init complain
|
||||
pam-tmpdir-helper complain
|
||||
passim complain
|
||||
|
|
Loading…
Reference in a new issue