PERFORCE change 78720 for review

Wayne Salamon wsalamon at FreeBSD.org
Sun Jun 19 14:06:51 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=78720

Change 78720 by wsalamon at rickenbacker on 2005/06/19 14:05:58

	Update the man page for auditon to include the trigger command
	and values.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/man/auditon.2#4 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/man/auditon.2#4 (text+ko) ====

@@ -212,11 +212,27 @@
 .It Dv A_GETCOND
 Return the current auditing condition.
 .Ft *data
-must point to an long value which will be set to
+must point to a long value which will be set to
 the current audit condition, either
 .Dv AUC_AUDITING
 or
 .Dv AUC_NOAUDIT .
+.It Dv A_SENDTRIGGER
+Send a trigger to the audit daemon.
+.Fr *data
+must point to a long value set to one of the acceptable
+trigger values:
+.Dv AUDIT_TRIGGER_LOW_SPACE
+(low disk space where the audit log resides),
+.Dv AUDIT_TRIGGER_OPEN_NEW
+(open a new audit log file),
+.Dv AUDIT_TRIGGER_READ_FILE
+(read the audit_control file),
+.Dv AUDIT_TRIGGER_CLOSE_AND_DIE
+(close the current log file and exit),
+or
+.Dv AUDIT_TRIGGER_NO_SPACE
+(no disk space left for audit log file).
 .El
 .Sh RETURN VALUES
 .Rv -std
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list