2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 22:05:27 +00:00

A quick hack that will test if the running kernel supports PCRE or not, and bail out with a more informative error message if the policy being loaded requires additional kernel support

This commit is contained in:
Seth Arnold
2006-04-18 17:15:05 +00:00
parent b04af48255
commit eb6ca6797b
3 changed files with 110 additions and 2 deletions

View File

@@ -213,3 +213,4 @@ 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);