2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 06:16:03 +00:00

add hat flag and add it automatically for embedded hats

remove hat rules
This commit is contained in:
John Johansen
2008-06-09 11:48:13 +00:00
parent 8420935617
commit d8df8830f1
3 changed files with 3 additions and 24 deletions

View File

@@ -26,7 +26,7 @@
typedef enum pattern_t pattern_t;
struct flagval {
int debug;
int hat;
int complain;
int audit;
};