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

update of unattached profile to require profile keyword

This commit is contained in:
John Johansen
2008-04-06 18:54:52 +00:00
parent d4c9f0ad0c
commit 13e04a9f02
3 changed files with 22 additions and 15 deletions

View File

@@ -67,6 +67,7 @@ static struct keyword_table keyword_table[] = {
{"subset", TOK_SUBSET},
{"audit", TOK_AUDIT},
{"deny", TOK_DENY},
{"profile", TOK_PROFILE},
/* terminate */
{NULL, 0}
};