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

allow for simpe alias rules

This commit is contained in:
John Johansen
2008-04-09 09:03:17 +00:00
parent b742da7751
commit 78590d1823
5 changed files with 53 additions and 3 deletions

View File

@@ -70,6 +70,7 @@ static struct keyword_table keyword_table[] = {
{"profile", TOK_PROFILE},
{"set", TOK_SET},
{"rlimit", TOK_RLIMIT},
{"alias", TOK_ALIAS},
/* terminate */
{NULL, 0}
};