[PATCH] audit syscall classes

Allow to tie upper bits of syscall bitmap in audit rules to kernel-defined
sets of syscalls.  Infrastructure, a couple of classes (with 32bit counterparts
for biarch targets) and actual tie-in on i386, amd64 and ia64.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2006-07-01 03:56:16 -04:00
parent 6e5a2d1d32
commit b915543b46
14 changed files with 188 additions and 0 deletions

11
arch/ia64/ia32/audit.c Normal file
View File

@ -0,0 +1,11 @@
#include <asm-i386/unistd.h>
unsigned ia32_dir_class[] = {
#include <asm-generic/audit_dir_write.h>
~0U
};
unsigned ia32_chattr_class[] = {
#include <asm-generic/audit_change_attr.h>
~0U
};