cvs commit: src/sys/security/audit audit.h

Robert Watson rwatson at FreeBSD.org
Tue May 6 00:32:24 UTC 2008


rwatson     2008-05-06 00:32:24 UTC

  FreeBSD src repository

  Modified files:
    sys/security/audit   audit.h 
  Log:
  When testing whether to enter the audit argument gathering code, rather
  than checking whether audit is enabled globally, instead check whether
  the current thread has an audit record.  This avoids entering the audit
  code to collect argument data if auditing is enabled but the current
  system call is not of interest to audit.
  
  MFC after:      1 week
  Sponsored by:   Apple, Inc.
  
  Revision  Changes    Path
  1.18      +1 -1      src/sys/security/audit/audit.h


More information about the cvs-src mailing list