mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 22:05:27 +00:00
Remove dead code around pattern matching in rules
remove old dead code that used to fail compilation if regular expressions where detected in the rules and the apparmor kernel module did not support regular expression matching. Signed-off-by: John Johansen <john.johansen@canonical.com> Acked-by: Seth Arnold <seth.arnold@canonical.com> Acked-by: Steve Beattie <steve@nxnw.org>
This commit is contained in:
committed by
Tyler Hicks
parent
a34059b1e5
commit
59dc00bc30
@@ -418,7 +418,7 @@ extern void free_policy(struct codomain *cod);
|
||||
extern void dump_policy(void);
|
||||
extern void dump_policy_hats(struct codomain *cod);
|
||||
extern void dump_policy_names(void);
|
||||
extern int die_if_any_regex(void);
|
||||
|
||||
void free_policies(void);
|
||||
|
||||
#ifdef UNIT_TEST
|
||||
|
Reference in New Issue
Block a user