aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/audit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h
index fbc21d6267f3..8868c96ca8a2 100644
--- a/include/linux/audit.h
+++ b/include/linux/audit.h
@@ -83,6 +83,9 @@
83#define AUDIT_AVC 1400 /* SE Linux avc denial or grant */ 83#define AUDIT_AVC 1400 /* SE Linux avc denial or grant */
84#define AUDIT_SELINUX_ERR 1401 /* Internal SE Linux Errors */ 84#define AUDIT_SELINUX_ERR 1401 /* Internal SE Linux Errors */
85#define AUDIT_AVC_PATH 1402 /* dentry, vfsmount pair from avc */ 85#define AUDIT_AVC_PATH 1402 /* dentry, vfsmount pair from avc */
86#define AUDIT_MAC_POLICY_LOAD 1403 /* Policy file load */
87#define AUDIT_MAC_STATUS 1404 /* Changed enforcing,permissive,off */
88#define AUDIT_MAC_CONFIG_CHANGE 1405 /* Changes to booleans */
86 89
87#define AUDIT_KERNEL 2000 /* Asynchronous audit record. NOT A REQUEST. */ 90#define AUDIT_KERNEL 2000 /* Asynchronous audit record. NOT A REQUEST. */
88 91