aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAmy Griffis <amy.griffis@hp.com>2007-03-29 18:00:37 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2007-05-11 05:38:25 -0400
commit7f13da40e36c84d0d046b7adbd060af7d3717250 (patch)
tree3cf0c58f674be94a7237734367ee5c04a5f223bc /include
parenta5cb013da773a67ee48d1c19e96436c22a73a7eb (diff)
[PATCH] add SIGNAL syscall class (v3)
Add a syscall class for sending signals. Signed-off-by: Amy Griffis <amy.griffis@hp.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
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 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.