[git pull] audit updates and fixes

From: Al Viro
Date: Mon Sep 11 2006 - 13:34:47 EST


Audit fixes and missing bits; compared to the last attempt there are two added
fixes from Amy... Please, pull:
git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git/ audit.b28


Shortlog:

Al Viro:
syscall classes hookup for ppc and s390
audit: more syscall classes added
audit: AUDIT_PERM support

Amy Griffis:
sanity check audit_buffer
update audit rule change messages

Steve Grubb:
fix ppid bug in 2.6.18 kernel

Diffstat:

arch/i386/kernel/audit.c | 28 +++++++++++++++
arch/ia64/ia32/audit.c | 26 ++++++++++++++
arch/ia64/kernel/audit.c | 35 +++++++++++++++++++
arch/powerpc/kernel/Makefile | 2 +
arch/powerpc/kernel/audit.c | 66 +++++++++++++++++++++++++++++++++++++
arch/powerpc/kernel/compat_audit.c | 38 +++++++++++++++++++++
arch/s390/kernel/Makefile | 4 +-
arch/s390/kernel/audit.c | 66 +++++++++++++++++++++++++++++++++++++
arch/s390/kernel/compat_audit.c | 38 +++++++++++++++++++++
arch/x86_64/ia32/audit.c | 26 ++++++++++++++
arch/x86_64/kernel/audit.c | 35 +++++++++++++++++++
include/asm-generic/audit_read.h | 8 ++++
include/asm-generic/audit_write.h | 11 ++++++
include/linux/audit.h | 11 ++++++
kernel/audit.c | 6 +++
kernel/audit.h | 1
kernel/auditfilter.c | 37 +++++++++++++++++---
kernel/auditsc.c | 51 ++++++++++++++++++++++++++++
18 files changed, 483 insertions(+), 6 deletions(-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/