mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 22:05:27 +00:00
Remove testing for AARE as it is the only matching engine
Remove use of AARE_DFA as the alternate pcre matching engine was removed years ago. 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
17f0565afc
commit
b0a1488820
@@ -209,9 +209,6 @@ struct var_string {
|
||||
#define OPTION_STDOUT 4
|
||||
#define OPTION_OFILE 5
|
||||
|
||||
#define AARE_NONE 0
|
||||
#define AARE_DFA 2
|
||||
|
||||
#define BOOL int
|
||||
|
||||
#define FLAG_CHANGEHAT_1_4 2
|
||||
@@ -275,7 +272,6 @@ extern int preprocess_only;
|
||||
} while (0)
|
||||
|
||||
/* from parser_common.c */
|
||||
extern int regex_type;
|
||||
extern int perms_create;
|
||||
extern int net_af_max_override;
|
||||
extern int kernel_load;
|
||||
|
Reference in New Issue
Block a user