aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-generic/audit_signal.h3
-rw-r--r--include/linux/audit.h2
2 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-generic/audit_signal.h b/include/asm-generic/audit_signal.h
new file mode 100644
index 00000000000..6feab7f18a5
--- /dev/null
+++ b/include/asm-generic/audit_signal.h
@@ -0,0 +1,3 @@
1__NR_kill,
2__NR_tgkill,
3__NR_tkill,
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.