1.0.7.1 ubuntu fix

This commit is contained in:
2025-10-22 12:58:04 +08:00
parent 7f1851b5cc
commit 41aede9bbe
4 changed files with 11 additions and 1 deletions

9
src/etc/apparmor.d/apm Normal file
View File

@@ -0,0 +1,9 @@
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>
}