svn commit: r184545 - head/sys/security/audit

Robert Watson rwatson at FreeBSD.org
Sat Nov 1 17:25:49 PDT 2008


Author: rwatson
Date: Sun Nov  2 00:25:48 2008
New Revision: 184545
URL: http://svn.freebsd.org/changeset/base/184545

Log:
  Update introductory comment for audit pipes.
  
  MFC after:	2 months
  Sponsored by:	Apple, Inc.

Modified:
  head/sys/security/audit/audit_pipe.c

Modified: head/sys/security/audit/audit_pipe.c
==============================================================================
--- head/sys/security/audit/audit_pipe.c	Sun Nov  2 00:18:19 2008	(r184544)
+++ head/sys/security/audit/audit_pipe.c	Sun Nov  2 00:25:48 2008	(r184545)
@@ -57,10 +57,10 @@ __FBSDID("$FreeBSD$");
 
 /*
  * Implementation of a clonable special device providing a live stream of BSM
- * audit data.  This is a "tee" of the data going to the file.  It provides
- * unreliable but timely access to audit events.  Consumers of this interface
- * should be very careful to avoid introducing event cycles.  Consumers may
- * express interest via a set of preselection ioctls.
+ * audit data.  Consumers receive a "tee" of the system audit trail by
+ * default, but may also define alternative event selections using ioctls.
+ * This interface provides unreliable but timely access to audit events.
+ * Consumers should be very careful to avoid introducing event cycles.
  */
 
 /*


More information about the svn-src-head mailing list