From owner-p4-projects@FreeBSD.ORG Sun Jun 19 14:06:52 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 08ECD16A420; Sun, 19 Jun 2005 14:06:52 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3CAD16A41C for ; Sun, 19 Jun 2005 14:06:51 +0000 (GMT) (envelope-from wsalamon@computer.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C064C43D55 for ; Sun, 19 Jun 2005 14:06:51 +0000 (GMT) (envelope-from wsalamon@computer.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5JE6prp039688 for ; Sun, 19 Jun 2005 14:06:51 GMT (envelope-from wsalamon@computer.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5JE6pSj039685 for perforce@freebsd.org; Sun, 19 Jun 2005 14:06:51 GMT (envelope-from wsalamon@computer.org) Date: Sun, 19 Jun 2005 14:06:51 GMT Message-Id: <200506191406.j5JE6pSj039685@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to wsalamon@computer.org using -f From: Wayne Salamon To: Perforce Change Reviews Cc: Subject: PERFORCE change 78720 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jun 2005 14:06:52 -0000 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