cvs commit: src/sys/security/audit audit_trigger.c

Robert Watson rwatson at FreeBSD.org
Sun Apr 6 15:01:42 UTC 2008


rwatson     2008-04-06 15:01:41 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/security/audit   audit_trigger.c 
  Log:
  Merge audit_trigger.c:1.7 from HEAD to RELENG_7:
  
    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.
  
  Revision  Changes    Path
  1.5.2.1   +1 -1      src/sys/security/audit/audit_trigger.c


More information about the cvs-src mailing list