mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-09-10 21:40:07 -04:00
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:
@@ -67,7 +67,7 @@ static const char *const aa_class_names[] = {
|
||||
"unknown",
|
||||
"unknown",
|
||||
"unknown",
|
||||
"unknown",
|
||||
"netv9_packet",
|
||||
"X",
|
||||
"dbus",
|
||||
};
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user