diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-generic/audit_signal.h | 3 | ||||
-rw-r--r-- | include/linux/audit.h | 2 |
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 000000000000..6feab7f18a53 --- /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 f93ce78cecbb..f165308254dc 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. |