summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-11-02 00:25:48 +0000
committerrwatson <rwatson@FreeBSD.org>2008-11-02 00:25:48 +0000
commit20831b1f862c8897293429a5ae79f2afb7cfea5f (patch)
tree0c8d550be7c0e8f3a307b254634cb4c849e2b9fd
parent368cc5044ab538fb6f60095847aa5767a82e1658 (diff)
downloadFreeBSD-src-20831b1f862c8897293429a5ae79f2afb7cfea5f.zip
FreeBSD-src-20831b1f862c8897293429a5ae79f2afb7cfea5f.tar.gz
Update introductory comment for audit pipes.
MFC after: 2 months Sponsored by: Apple, Inc.
-rw-r--r--sys/security/audit/audit_pipe.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/security/audit/audit_pipe.c b/sys/security/audit/audit_pipe.c
index a4b79b6..f12a2b1 100644
--- a/sys/security/audit/audit_pipe.c
+++ b/sys/security/audit/audit_pipe.c
@@ -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.
*/
/*
OpenPOWER on IntegriCloud