Deleted Added
sdiff udiff text old ( 185573 ) new ( 189279 )
full compact
1.\"-
2.\" Copyright (c) 2005 Robert N. M. Watson
3.\" Copyright (c) 2005 Tom Rhodes
4.\" Copyright (c) 2005 Wayne J. Salamon
5.\" All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions
9.\" are met:

--- 10 unchanged lines hidden (view full) ---

20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" $P4: //depot/projects/trustedbsd/openbsm/man/auditon.2#14 $
29.\"
30.Dd July 10, 2008
31.Dt AUDITON 2
32.Os
33.Sh NAME
34.Nm auditon
35.Nd "configure system audit parameters"
36.Sh SYNOPSIS

--- 363 unchanged lines hidden (view full) ---

400.Dv AUDIT_TRIGGER_OPEN_NEW
401(open a new audit log file),
402.Dv AUDIT_TRIGGER_READ_FILE
403(read the
404.Pa audit_control
405file),
406.Dv AUDIT_TRIGGER_CLOSE_AND_DIE
407(close the current log file and exit),
408or
409.Dv AUDIT_TRIGGER_NO_SPACE
410(no disk space left for audit log file).
411.El
412.Sh RETURN VALUES
413.Rv -std
414.Sh ERRORS
415The
416.Fn auditon
417function will fail if:
418.Bl -tag -width Er

--- 49 unchanged lines hidden ---