2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 14:25:52 +00:00

allow multiple profiles to be parsed from the command line

Signed-Off-By: Kees Cook <kees.cook@canonical.com>
This commit is contained in:
John Johansen
2009-07-24 07:35:39 +00:00
parent af902dddf1
commit 33d01a980a
5 changed files with 265 additions and 316 deletions

View File

@@ -219,6 +219,9 @@ extern int yyparse(void);
extern void yyerror(char *msg, ...);
extern int yylex(void);
/* parser_include.c */
extern char *basedir;
/* parser_regex.c */
extern int process_regex(struct codomain *cod);
extern int post_process_entry(struct cod_entry *entry);