feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2023-03-03 12:20:10 +00:00
parent 0b0d58ab03
commit 3ff8e3847d
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
37 changed files with 95 additions and 61 deletions

View file

@ -17,6 +17,9 @@ profile pacman-conf @{exec_path} flags=(attach_disconnected) {
/etc/pacman.d/mirrorlist r,
/etc/pacman.d/*-mirrorlist r,
# Inherit Silencer
deny network inet6 stream,
deny network inet stream,
deny /apparmor/.null rw,
include if exists <local/pacman-conf>

View file

@ -32,6 +32,7 @@ profile pacman-hook-dkms @{exec_path} {
# Inherit Silencer
deny network inet6 stream,
deny network inet stream,
deny /apparmor/.null rw,
include if exists <local/pacman-hook-dkms>
}