feat(abs): deny apparmor/.null in the base abstraction.
This commit is contained in:
parent
ba6172bb8c
commit
7e8f854b16
23 changed files with 2 additions and 41 deletions
|
|
@ -116,7 +116,6 @@ profile mkinitcpio @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
# Inherit silencer
|
||||
deny @{HOME}/** r,
|
||||
deny /apparmor/.null rw,
|
||||
deny network inet stream,
|
||||
deny network inet6 stream,
|
||||
|
||||
|
|
|
|||
|
|
@ -44,8 +44,5 @@ profile pacdiff @{exec_path} flags=(attach_disconnected) {
|
|||
/dev/tty rw,
|
||||
/dev/pts/@{int} rw,
|
||||
|
||||
# Inherit Silencer
|
||||
deny /apparmor/.null rw,
|
||||
|
||||
include if exists <local/pacdiff>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ profile pacman-conf @{exec_path} flags=(attach_disconnected) {
|
|||
# Inherit Silencer
|
||||
deny network inet6 stream,
|
||||
deny network inet stream,
|
||||
deny /apparmor/.null rw,
|
||||
|
||||
include if exists <local/pacman-conf>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@ profile pacman-hook-dkms @{exec_path} flags=(attach_disconnected) {
|
|||
/dev/tty rw,
|
||||
|
||||
# Inherit Silencer
|
||||
deny /apparmor/.null rw,
|
||||
deny network inet stream,
|
||||
deny network inet6 stream,
|
||||
deny unix (receive) type=stream,
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ profile pacman-hook-mkinitcpio @{exec_path} flags=(attach_disconnected) {
|
|||
# # Inherit Silencer
|
||||
deny network inet6 stream,
|
||||
deny network inet stream,
|
||||
# deny /apparmor/.null rw,
|
||||
|
||||
include if exists <local/pacman-hook-mkinitcpio>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue