cvs commit: src/sys/kern vfs_lookup.c src/sys/sys namei.h
    Robert Watson 
    rwatson at FreeBSD.org
       
    Sun Feb  5 07:42:05 PST 2006
    
    
  
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
    
    
More information about the cvs-all
mailing list