Date: Tue, 28 Jul 2009 21:52:24 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern kern_exec.c vfs_lookup.c vfs_syscalls.c src/sys/security/audit audit.h audit_arg.c audit_private.h Message-ID: <200907282152.n6SLqdeV045521@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2009-07-28 21:52:24 UTC FreeBSD src repository Modified files: sys/kern kern_exec.c vfs_lookup.c vfs_syscalls.c sys/security/audit audit.h audit_arg.c audit_private.h Log: SVN rev 195926 on 2009-07-28 21:52:24Z by rwatson Rework vnode argument auditing to follow the same structure, in order to avoid exposing ARG_ macros/flag values outside of the audit code in order to name which one of two possible vnodes will be audited for a system call. Approved by: re (kib) Obtained from: TrustedBSD Project MFC after: 1 month Revision Changes Path 1.336 +1 -1 src/sys/kern/kern_exec.c 1.131 +4 -4 src/sys/kern/vfs_lookup.c 1.486 +8 -8 src/sys/kern/vfs_syscalls.c 1.28 +11 -4 src/sys/security/audit/audit.h 1.31 +36 -30 src/sys/security/audit/audit_arg.c 1.30 +3 -0 src/sys/security/audit/audit_private.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907282152.n6SLqdeV045521>