2
0
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:
John Johansen
2023-07-05 04:33:14 -07:00
parent e84e481263
commit 1754b4da69
8 changed files with 47 additions and 12 deletions

View File

@@ -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;