(no title)
waerhert | 27 days ago
> cat /etc/apparmor.d/bwrap
#include <tunables/global>
/usr/bin/bwrap flags=(unconfined) {
userns,
}
amluto|27 days ago
But you shouldn't need to make a global change. Do this:
Or I think you can do this: (You'd think I'd be more sure of the exact circumstances under which the latter works given that I literally wrote setpriv... At the very least, it will error out if apparmor is not running, which is mildly obnoxious.)