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

Fix aliases so that aliases are applied to the profile name as well as

the entries

Add rewrite as an alternative alias keyword
This commit is contained in:
John Johansen
2009-06-10 20:26:31 +00:00
parent 5a2b875b81
commit 3850ede5cf
4 changed files with 32 additions and 7 deletions

View File

@@ -260,7 +260,7 @@ extern void dump_expanded_symtab(void);
/* parser_alias.c */
extern int new_alias(const char *from, const char *to);
extern void replace_aliases(void *list);
extern void replace_aliases(struct codomain *cod);
extern void free_aliases(void);
/* parser_merge.c */