Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b492d50b authored by John Johansen's avatar John Johansen
Browse files

apparmor: fix the audit type table



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

Signed-off-by: default avatarJohn Johansen <john.johansen@canonical.com>
Acked-by: default avatarSteve Beattie <sbeattie@ubuntu.com>
parent ed686308
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ static const char *const aa_audit_type[] = {
	"HINT",
	"STATUS",
	"ERROR",
	"KILLED"
	"KILLED",
	"AUTO"
};