aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/audit_change_attr.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-09-22[PATCH] fix missing ifdefs in syscall classes hookup for generic targetsAl Viro1-0/+4
several targets have no ....at() family and m32r calls its only chown variant chown32(), with __NR_chown being undefined. creat(2) is also absent in some targets. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-07-01[PATCH] audit syscall classesAl Viro1-0/+18
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>