Commit 961f3e3d authored by John Johansen's avatar John Johansen

apparmor: fix aa_class_names[] to match reserved classes

The class name map did not have the reserved names added. Fix this
Signed-off-by: default avatarJohn Johansen <john.johansen@canonical.com>
parent 1ad22fcc
......@@ -48,13 +48,28 @@ static const char *const aa_class_names[] = {
"unknown",
"ptrace",
"signal",
"unknown",
"xmatch",
"unknown",
"unknown",
"net",
"unknown",
"label",
"posix_mqueue",
"io_uring",
"module",
"lsm",
"unknown",
"unknown",
"unknown",
"unknown",
"unknown",
"unknown",
"unknown",
"unknown",
"unknown",
"unknown",
"X",
"dbus",
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment