mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
parser: add an option to allow overriding feature ABI rules
Add an option to allow setting/pinning the feature ABI and overriding of ABI rules if they exist. --override-policy-abi This option is primarily for profile development and testing without allowing adjusting feature abis temporarily without modifying the profile. MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/579 Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
@@ -297,6 +297,7 @@ extern uint32_t kernel_abi_version;
|
||||
|
||||
extern aa_features *pinned_features;
|
||||
extern aa_features *policy_features;
|
||||
extern aa_features *override_features;
|
||||
extern aa_features *kernel_features;
|
||||
|
||||
extern int force_complain;
|
||||
|
Reference in New Issue
Block a user