mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 13:58:22 +00:00
Adding mediation classes in unconfined profiles caused nested profiles to be mediated, inside a container for example. As a first step, skip the addition of mediation classes into the dfa. The creation of unprivileged user namespaces is an exception, where we always want to mediate it. Fixes: https://bugs.launchpad.net/apparmor/+bug/2067900 Signed-off-by: Georgia Garcia <georgia.garcia@canonical.com>
The apparmor_parser allows you to add, replace, and remove AppArmor policy through the use of command line options. The default is to add. `apparmor_parser --help` shows what the command line options are. You can also find more information at https://wiki.apparmor.net -- The AppArmor development team