aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/audit_read.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2011-05-04audit: support the "standard" <asm-generic/unistd.h>Chris Metcalf1-0/+5
Many of the syscalls mentioned in the audit code are not present for architectures that implement only the "standard" set of Linux syscalls (e.g. openat, but not open, etc.). This change adds proper #ifdefs for all those syscalls. Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
2006-09-11[PATCH] audit: more syscall classes addedAl Viro1-0/+8
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>