Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jan 2009 13:59:59 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/security/audit audit.h
Message-ID:  <200901061400.n06E0Bic063277@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2009-01-06 13:59:59 UTC

  FreeBSD src repository

  Modified files:
    sys/security/audit   audit.h 
  Log:
  SVN rev 186822 on 2009-01-06 13:59:59Z by rwatson
  
  In AUDIT_SYSCALL_EXIT(), invoke audit_syscall_exit() only if an audit
  record is active on the current thread--historically we may always
  have wanted to enter the audit code if auditing was enabled, but now
  we just commit the audit record so don't need to enter if there isn't
  one.
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   Apple, Inc.
  
  Revision  Changes    Path
  1.23      +3 -3      src/sys/security/audit/audit.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901061400.n06E0Bic063277>