mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
parser: minimization - remove unnecessary second minimization pass
Moving apply_and_clear_deny() before the first minimization pass, which was necessary to propperly support building accept information for older none extended permission dfas, allows us to also get rid of doing a second minimization pass if we want to force clearing explicit deny info from extended permission tables. Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
@@ -114,6 +114,7 @@ struct cond_entry_list {
|
||||
};
|
||||
|
||||
struct cod_entry {
|
||||
int priority;
|
||||
char *name;
|
||||
union {
|
||||
char *link_name;
|
||||
|
Reference in New Issue
Block a user