mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 14:25:52 +00:00
parser: add flags to control rule merging
Add the ability to control whether rule merging is done. TODO: in the furture cleanup display of flags split accross two tables Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
@@ -83,6 +83,9 @@ extern int parser_token;
|
||||
WARN_OVERRIDE | WARN_INCLUDE)
|
||||
|
||||
|
||||
#define CONTROL_RULE_MERGE 0x1
|
||||
#define DUMP_RULE_MERGE 0x1
|
||||
|
||||
typedef enum pattern_t pattern_t;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user