| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-09-22 | [PATCH] fix missing ifdefs in syscall classes hookup for generic targets | Al Viro | 1 | -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 <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2006-07-01 | [PATCH] audit syscall classes | Al Viro | 1 | -0/+14 | |
| 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 <[email protected]> | |||||