[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>
This commit is contained in:
Amy Griffis
2007-03-29 18:00:37 -04:00
committed by Al Viro
parent a5cb013da7
commit 7f13da40e3
13 changed files with 76 additions and 0 deletions

View File

@ -21,6 +21,11 @@ unsigned ppc32_read_class[] = {
~0U
};
unsigned ppc32_signal_class[] = {
#include <asm-generic/audit_signal.h>
~0U
};
int ppc32_classify_syscall(unsigned syscall)
{
switch(syscall) {