2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 22:05:27 +00:00

parser: convert subset flag to a bool

Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
John Johansen
2021-09-08 02:50:31 -07:00
parent c36d4e9c03
commit f76d134b6c
3 changed files with 5 additions and 5 deletions

View File

@@ -128,7 +128,7 @@ struct cod_entry {
bool alias_ignore; /* ignore for alias processing */
int subset;
bool subset;
pattern_t pattern_type;
struct cod_pattern pat;