Date: Sun, 19 Jun 2005 14:06:51 GMT From: Wayne Salamon <wsalamon@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 78720 for review Message-ID: <200506191406.j5JE6pSj039685@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=78720 Change 78720 by wsalamon@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506191406.j5JE6pSj039685>