Date: Sun, 5 Feb 2006 15:42:01 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_lookup.c src/sys/sys namei.h Message-ID: <200602051542.k15Fg1Ev044910@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2006-02-05 15:42:01 UTC FreeBSD src repository Modified files: sys/kern vfs_lookup.c sys/sys namei.h Log: Add AUDITVNODE[12] flags to namei(), which cause namei() to audit path and vnode attribute information for looked up vnodes during the lookup operation. This will allow consumers of namei() to specify that this information be added to the in-process audit record. Submitted by: wsalamon Obtained from: TrustedBSD Project Revision Changes Path 1.87 +19 -0 src/sys/kern/vfs_lookup.c 1.48 +3 -1 src/sys/sys/namei.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602051542.k15Fg1Ev044910>