Files
Jason Thistlethwaite 9b9d44c384 Initial commit
2026-05-01 06:48:52 -04:00

12 lines
363 B
Plaintext
Executable File

abi <abi/4.0>,
include <tunables/global>
# Give bubblewrap a named AppArmor profile that is otherwise unconfined, but
# explicitly allows user namespace creation on Ubuntu 24.04+.
profile bwrap /usr/bin/bwrap flags=(unconfined) {
userns,
# Site-specific additions and overrides. See /etc/apparmor.d/local/README.
include if exists <local/usr.bin.bwrap>
}