]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add AUDITVNODE[12] flags to namei(), which cause namei() to audit path
authorrwatson <rwatson@FreeBSD.org>
Sun, 5 Feb 2006 15:42:01 +0000 (15:42 +0000)
committerrwatson <rwatson@FreeBSD.org>
Sun, 5 Feb 2006 15:42:01 +0000 (15:42 +0000)
commit62220258e1e26460aa7a969a82eba11a75a90b1e
tree5d5c2b3b61a9b834826d0941c3fd30e8d8d5f0fd
parente1e7fa68bea591d4b2dc9b34099de7fcb1821e9a
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
sys/kern/vfs_lookup.c
sys/sys/namei.h