mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 10:07:12 +00:00
allow <= to be used instead of subset in link rules
This commit is contained in:
parent
add2b93657
commit
b742da7751
@ -389,6 +389,7 @@ flagval: TOK_FLAG_ID
|
||||
|
||||
opt_subset_flag: { /* nothing */ $$ = 0; }
|
||||
| TOK_SUBSET { $$ = 1; }
|
||||
| TOK_LE { $$ = 1; }
|
||||
|
||||
opt_audit_flag: { /* nothing */ $$ = 0; }
|
||||
| TOK_AUDIT { $$ = 1; };
|
||||
|
Loading…
x
Reference in New Issue
Block a user