Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 2008 21:34:17 +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_trigger.c
Message-ID:  <200803022134.m22LYHwo038821@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2008-03-02 21:34:17 UTC

  FreeBSD src repository

  Modified files:
    sys/security/audit   audit_trigger.c 
  Log:
  Rather than copying out the full audit trigger record, which includes
  a queue entry field, just copy out the unsigned int that is the trigger
  message.  In practice, auditd always requested sizeof(unsigned int), so
  the extra bytes were ignored, but copying them out was not the intent.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.7       +1 -1      src/sys/security/audit/audit_trigger.c



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