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

@@ -71,6 +71,7 @@ static struct keyword_table keyword_table[] = {
{"set", TOK_SET},
{"rlimit", TOK_RLIMIT},
{"alias", TOK_ALIAS},
{"rewrite", TOK_ALIAS},
{"ptrace", TOK_PTRACE},
/* terminate */
{NULL, 0}