2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 06:16:03 +00:00

provide kernel version caching, along with ability to test caching subsystem

This commit is contained in:
Kees Cook
2009-11-11 10:56:04 -08:00
parent 6fa3406b0e
commit 0d2518551f
4 changed files with 148 additions and 55 deletions

View File

@@ -214,7 +214,10 @@ extern char *profile_namespace;
/* from parser_main */
extern int force_complain;
extern int conf_quiet;
extern int conf_verbose;
extern int kernel_load;
extern int regex_type;
extern int perms_create;
extern void pwarn(char *fmt, ...) __attribute__((__format__(__printf__, 1, 2)));
extern FILE *yyin;