Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 May 2008 00:32:24 +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/security/audit audit.h
Message-ID:  <200805060032.m460WOHo079533@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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