Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

apparmor: fix the audit type table

The audit type table is missing a comma so that KILLED comes out as
KILLEDAUTO.

Signed-off-by: John Johansen <john.johansen@canonical.com>
Acked-by: Steve Beattie <sbeattie@ubuntu.com>

+1 -1
+1 -1
security/apparmor/audit.c
··· 88 88 "HINT", 89 89 "STATUS", 90 90 "ERROR", 91 - "KILLED" 91 + "KILLED", 92 92 "AUTO" 93 93 }; 94 94