Date: Mon, 5 Jun 2006 13:50:02 +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_worker.c Message-ID: <200606051350.k55Do27O089259@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606051350.k55Do27O089259>