mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
Move the permission map into the rule set
Signed-off-by: John Johansen <john.johansen@canonical.com> Acked-by: Steve Beattie <steve@nxnw.org>
This commit is contained in:
@@ -779,8 +779,6 @@ int process_profile_policydb(Profile *prof)
|
||||
prof->policy.rules = NULL;
|
||||
}
|
||||
|
||||
aare_reset_matchflags();
|
||||
|
||||
error = 0;
|
||||
|
||||
out:
|
||||
@@ -790,11 +788,6 @@ out:
|
||||
return error;
|
||||
}
|
||||
|
||||
void reset_regex(void)
|
||||
{
|
||||
aare_reset_matchflags();
|
||||
}
|
||||
|
||||
#ifdef UNIT_TEST
|
||||
|
||||
#include "unit_test.h"
|
||||
|
Reference in New Issue
Block a user