diff --git a/parser/parser.conf b/parser/parser.conf index 3ef00d45f..1d1c0da21 100644 --- a/parser/parser.conf +++ b/parser/parser.conf @@ -65,10 +65,15 @@ ### policy to be used in AppArmor 3.x without the warning ### Warning from stdin (stdin line 1): apparmor_parser: File 'example' ### missing feature abi, falling back to default policy feature abi. +### For more info please see +### https://gitlab.com/apparmor/apparmor/-/wikis/AppArmorpolicyfeaturesabi + +### Turn off abi rule warnings without pinning the abi +#warn=no-abi ### Only a single feature ABI rule should be used at a time. ## Pin older policy to the 5.4 kernel abi -#policy-features=/etc/apparmor.d/abi/kernel-5.4-outoftree-network +#policy-features=/etc/apparmor.d/abi/kernel-5.4-vanilla ## Pin older policy to the 5.4 kernel abi + out of tree network and af_unix -#policy-features=/etc/apparmor.d/abi/kernel-5.4-vanilla +#policy-features=/etc/apparmor.d/abi/kernel-5.4-outoftree-network