mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
Add the ability to specify link subset test on a link pair, and
fix a bug where link pairs could get improperly merged.
This commit is contained in:
@@ -44,6 +44,8 @@ struct cod_entry {
|
||||
int mode; /* mode is 'or' of AA_* bits */
|
||||
int deny; /* TRUE or FALSE */
|
||||
|
||||
int subset;
|
||||
|
||||
pattern_t pattern_type;
|
||||
struct cod_pattern pat;
|
||||
|
||||
|
Reference in New Issue
Block a user