commit | b492d50bf597b87ab7ea1e738ec837f74b11594e | [log] [tgz] |
---|---|---|
author | John Johansen <john.johansen@canonical.com> | Mon Feb 18 16:13:34 2013 -0800 |
committer | John Johansen <john.johansen@canonical.com> | Sun Apr 28 00:37:41 2013 -0700 |
tree | a490f2acbb11429eb797c7f38e28f71db098962b | |
parent | ed686308c6837ff67f56e4115d0fd6bdc65a4313 [diff] [blame] |
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>
diff --git a/security/apparmor/audit.c b/security/apparmor/audit.c index 3ae28db..031d2d9 100644 --- a/security/apparmor/audit.c +++ b/security/apparmor/audit.c
@@ -88,7 +88,7 @@ "HINT", "STATUS", "ERROR", - "KILLED" + "KILLED", "AUTO" };