apparmor: reserve mediation class for packet mediation

Packet mediation is going to be added in the future, reserve a class
for it.

Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
John Johansen
2026-06-30 19:29:44 -07:00
parent 27908a4356
commit ecd4e67a28
2 changed files with 2 additions and 1 deletions

View File

@@ -67,7 +67,7 @@ static const char *const aa_class_names[] = {
"unknown",
"unknown",
"unknown",
"unknown",
"netv9_packet",
"X",
"dbus",
};

View File

@@ -36,6 +36,7 @@
#define AA_CLASS_NS 21
#define AA_CLASS_IO_URING 22
#define AA_CLASS_NETV9_SKB 30
#define AA_CLASS_X 31
#define AA_CLASS_DBUS 32