apparmor policy

This commit is contained in:
2024-04-29 22:09:22 +08:00
parent ebae7611df
commit a298a17a4a
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
abi <abi/4.0>,
include <tunables/global>
profile bwrap /usr/bin/bwrap flags=(unconfined) {
userns,
#Site-specific additions and overrides. See local/README for details.
include if exists <local/bwrap>
}