mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
parser: add non-functional prompt parsing
Add the ability to parse the prompt qualifier but do not provide functionality because the backend does not currently support prompt permissions. Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
@@ -97,6 +97,7 @@ static struct keyword_table keyword_table[] = {
|
||||
{"audit", TOK_AUDIT},
|
||||
{"deny", TOK_DENY},
|
||||
{"allow", TOK_ALLOW},
|
||||
{"prompt", TOK_PROMPT},
|
||||
{"set", TOK_SET},
|
||||
{"rlimit", TOK_RLIMIT},
|
||||
{"alias", TOK_ALIAS},
|
||||
|
Reference in New Issue
Block a user