mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 22:05:27 +00:00
parser: make alias_ignore a bool
Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
@@ -126,7 +126,7 @@ struct cod_entry {
|
||||
audit_t audit;
|
||||
int deny; /* TRUE or FALSE */
|
||||
|
||||
int alias_ignore; /* ignore for alias processing */
|
||||
bool alias_ignore; /* ignore for alias processing */
|
||||
|
||||
int subset;
|
||||
|
||||
|
Reference in New Issue
Block a user