提交 b492d50b 编写于 作者: J John Johansen

apparmor: fix the audit type table

The audit type table is missing a comma so that KILLED comes out as
KILLEDAUTO.
Signed-off-by: NJohn Johansen <john.johansen@canonical.com>
Acked-by: NSteve Beattie <sbeattie@ubuntu.com>
上级 ed686308
...@@ -88,7 +88,7 @@ static const char *const aa_audit_type[] = { ...@@ -88,7 +88,7 @@ static const char *const aa_audit_type[] = {
"HINT", "HINT",
"STATUS", "STATUS",
"ERROR", "ERROR",
"KILLED" "KILLED",
"AUTO" "AUTO"
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册