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

actually use -q when loading

Signed-Off-By: Kees Cook <kees.cook@canonical.com>
This commit is contained in:
John Johansen
2009-07-24 07:34:54 +00:00
parent c4c430dcd0
commit 1fd75ff4f4
2 changed files with 2 additions and 1 deletions

View File

@@ -209,6 +209,7 @@ extern char *profile_namespace;
/* from parser_main */
extern int force_complain;
extern int conf_quiet;
extern int regex_type;
extern void pwarn(char *fmt, ...) __attribute__((__format__(__printf__, 1, 2)));