mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
apparmor: reserve mediation classes
Reserve mediation classes that exist in out of tree development branches or are used by userspace mediation helpers. Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
parent
9c4557efc5
commit
f47acc4b7c
1 changed files with 8 additions and 1 deletions
|
@ -28,8 +28,15 @@
|
||||||
#define AA_CLASS_SIGNAL 10
|
#define AA_CLASS_SIGNAL 10
|
||||||
#define AA_CLASS_NET 14
|
#define AA_CLASS_NET 14
|
||||||
#define AA_CLASS_LABEL 16
|
#define AA_CLASS_LABEL 16
|
||||||
|
#define AA_CLASS_POSIX_MQUEUE 17
|
||||||
|
#define AA_CLASS_IO_URING 18
|
||||||
|
#define AA_CLASS_MODULE 19
|
||||||
|
#define AA_CLASS_DISPLAY_LSM 20
|
||||||
|
|
||||||
#define AA_CLASS_LAST AA_CLASS_LABEL
|
#define AA_CLASS_X 31
|
||||||
|
#define AA_CLASS_DBUS 32
|
||||||
|
|
||||||
|
#define AA_CLASS_LAST AA_CLASS_DBUS
|
||||||
|
|
||||||
/* Control parameters settable through module/boot flags */
|
/* Control parameters settable through module/boot flags */
|
||||||
extern enum audit_mode aa_g_audit;
|
extern enum audit_mode aa_g_audit;
|
||||||
|
|
Loading…
Add table
Reference in a new issue