Update introductory comment for audit pipes.

MFC after:	2 months
Sponsored by:	Apple, Inc.
This commit is contained in:
Robert Watson 2008-11-02 00:25:48 +00:00
parent 6e1362b499
commit d2f6bb070f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184545

View File

@ -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.
*/
/*