aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/audit.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/audit.h')
-rw-r--r--include/linux/audit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h
index f93ce78cecb..f165308254d 100644
--- a/include/linux/audit.h
+++ b/include/linux/audit.h
@@ -149,6 +149,8 @@
149#define AUDIT_CLASS_READ_32 5 149#define AUDIT_CLASS_READ_32 5
150#define AUDIT_CLASS_WRITE 6 150#define AUDIT_CLASS_WRITE 6
151#define AUDIT_CLASS_WRITE_32 7 151#define AUDIT_CLASS_WRITE_32 7
152#define AUDIT_CLASS_SIGNAL 8
153#define AUDIT_CLASS_SIGNAL_32 9
152 154
153/* This bitmask is used to validate user input. It represents all bits that 155/* This bitmask is used to validate user input. It represents all bits that
154 * are currently used in an audit field constant understood by the kernel. 156 * are currently used in an audit field constant understood by the kernel.