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

let a profile set a tasks caps, similar to fscaps

This commit is contained in:
John Johansen
2008-04-06 18:55:27 +00:00
parent 13e04a9f02
commit 34f2c96700
6 changed files with 48 additions and 1 deletions

View File

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