fix(profile): minor improvment to ensure tests passes.

This commit is contained in:
Alexandre Pujol 2024-11-19 19:49:22 +00:00
parent a1f5640024
commit 5bf8d362fa
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
5 changed files with 10 additions and 2 deletions

View file

@ -45,6 +45,7 @@ profile apparmor_parser @{exec_path} flags=(attach_disconnected) {
owner @{PROC}/@{pid}/mounts r,
deny network netlink raw, # file_inherit
deny /apparmor/.null rw,
include if exists <local/apparmor_parser>
}