cvs commit: src/sys/security/audit audit_worker.c
Robert Watson
rwatson at FreeBSD.org
Mon Jun 5 13:51:55 UTC 2006
rwatson 2006-06-05 13:50:02 UTC
FreeBSD src repository
Modified files:
sys/security/audit audit_worker.c
Log:
Pull BSM conversion logic out of audit_record_write(), as well as
knowledge of user vs. kernel audit records into
audit_worker_process_record(). This largely confines vnode
knowledge to audit_record_write(), but avoids that logic knowing
about BSM as opposed to byte streams. This will allow us to
improve our ability to support real-time audit stream processing
by audit pipe consumers while auditing is disabled, but this
support is not yet complete.
Obtained from: TrustedBSD Project
Revision Changes Path
1.6 +48 -84 src/sys/security/audit/audit_worker.c
More information about the cvs-src
mailing list