2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 06:16:03 +00:00

make the use of flags= optional

This commit is contained in:
John Johansen
2007-11-16 09:31:33 +00:00
parent 999e291acc
commit c841a140b3
9 changed files with 335 additions and 44 deletions

View File

@@ -82,9 +82,6 @@ static struct keyword_table keyword_table[] = {
{"audit_control", TOK_CAP_AUDIT_CONTROL},
/* flags */
{"flags", TOK_FLAGS},
{"debug", TOK_FLAG_DEBUG},
{"complain", TOK_FLAG_COMPLAIN},
{"audit", TOK_FLAG_AUDIT},
/* network */
{"via", TOK_VIA},
{"tcp_connect", TOK_TCP_CONN},