mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-28 21:07:56 +00:00
Provide example rules in parser.conf to pin pre 3.0 policy and appropriate abi files. abis for vanilla upstream kernels and outoftree network patched kernels are provided. With both ABIs dropping v8 support from advertised by the kernel as 2.x policy/userspace did not support it. MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/598 Acked-by: Steve Beattie <steve.beattie@canonical.com> Signed-off-by: John Johansen <john.johansen@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