b915543b46
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>
14 lines
186 B
C
14 lines
186 B
C
__NR_rename,
|
|
__NR_mkdir,
|
|
__NR_rmdir,
|
|
__NR_creat,
|
|
__NR_link,
|
|
__NR_unlink,
|
|
__NR_symlink,
|
|
__NR_mknod,
|
|
__NR_mkdirat,
|
|
__NR_mknodat,
|
|
__NR_unlinkat,
|
|
__NR_renameat,
|
|
__NR_linkat,
|
|
__NR_symlinkat,
|