8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man1m / praudit.1m
blob845067c887e8500bd037011fb42cac27c8143c0d
1 '\" te
2 .\" Copyright (c) 2003, Sun Microsystems, Inc.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
4 .\"  See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with
5 .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH PRAUDIT 1M "Mar 6, 2017"
7 .SH NAME
8 praudit \- print contents of an audit trail file
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBpraudit\fR [\fB-lrsx\fR] [\fB-d\fR\fIdel\fR] [\fIfilename\fR]...
13 .fi
15 .SH DESCRIPTION
16 .LP
17 \fBpraudit\fR reads the listed \fIfilename\fRs (or standard input, if no
18 \fIfilename\fR is specified) and interprets the data as audit trail records as
19 defined in \fBaudit.log\fR(4). By default, times, user and group \fBIDs\fR
20 (UIDs and \fBGIDs,\fR respectively) are converted to their \fBASCII\fR
21 representation. Record type and event fields are converted to their \fBASCII\fR
22 representation. A maximum of 100 audit files can be specified on the command
23 line.
24 .SH OPTIONS
25 .LP
26 The following options are supported:
27 .sp
28 .ne 2
29 .na
30 \fB\fB-d\fR\fIdel\fR\fR
31 .ad
32 .sp .6
33 .RS 4n
34 Use \fIdel\fR as the field delimiter instead of the default delimiter, which is
35 the comma. If \fIdel\fR has special meaning for the shell, it must be quoted.
36 The maximum size of a delimiter is three characters. The delimiter is not
37 meaningful and is not used when the \fB-x\fR option is specified.
38 .RE
40 .sp
41 .ne 2
42 .na
43 \fB\fB-l\fR\fR
44 .ad
45 .sp .6
46 .RS 4n
47 Print one line per record.
48 .RE
50 .sp
51 .ne 2
52 .na
53 \fB\fB-r\fR\fR
54 .ad
55 .sp .6
56 .RS 4n
57 Print records in their raw form. Times, \fBUIDs,\fR \fBGIDs,\fR record types,
58 and events are displayed as integers. This option is useful when naming
59 services are offline. The \fB-r\fR option and the \fB-s\fR option are
60 exclusive. If both are used, a format usage error message is output.
61 .RE
63 .sp
64 .ne 2
65 .na
66 \fB\fB-s\fR\fR
67 .ad
68 .sp .6
69 .RS 4n
70 Display records in their short form. Numeric fields' ASCII equivalents are
71 looked up by means of the sources specified in the \fB/etc/nsswitch.conf\fR
72 file (see \fBnsswitch.conf\fR(4)). All numeric fields are converted to ASCII
73 and then displayed. The short \fBASCII\fR representations for the record type
74 and event fields are used. This option and the \fB-r\fR option are exclusive.
75 If both are used, a format usage error message is output.
76 .RE
78 .sp
79 .ne 2
80 .na
81 \fB\fB-x\fR\fR
82 .ad
83 .sp .6
84 .RS 4n
85 Print records in XML form. Tags are included in the output to identify tokens
86 and fields within tokens. Output begins with a valid XML prolog, which includes
87 identification of the DTD which can be used to parse the XML.
88 .RE
90 .SH FILES
91 .ne 2
92 .na
93 \fB\fB/etc/security/audit_event\fR\fR
94 .ad
95 .sp .6
96 .RS 4n
97 Audit event definition and class mappings.
98 .RE
101 .ne 2
103 \fB\fB/etc/security/audit_class\fR\fR
105 .sp .6
106 .RS 4n
107 Audit class definitions.
111 .ne 2
113 \fB\fB/usr/share/lib/xml/dtd\fR\fR
115 .sp .6
116 .RS 4n
117 Directory containing the versioned DTD file referenced in XML output, for
118 example, \fBadt_record.dtd.1\fR.
122 .ne 2
124 \fB\fB/usr/share/lib/xml/style\fR\fR
126 .sp .6
127 .RS 4n
128 Directory containing the versioned XSL file referenced in XML output, for
129 example, \fBadt_record.xsl.1\fR.
132 .SH ATTRIBUTES
134 See \fBattributes\fR(5) for descriptions of the following attributes:
139 box;
140 c | c
141 l | l .
142 ATTRIBUTE TYPE  ATTRIBUTE VALUE
144 Interface Stability     See below
149 The command stability is evolving. The output format is unstable.
150 .SH SEE ALSO
152 \fBgetent\fR(1M), \fBaudit\fR(2), \fBgetauditflags\fR(3BSM),
153 \fBgetpwuid\fR(3C), \fBgethostbyaddr\fR(3NSL), \fBethers\fR(3SOCKET),
154 \fBgetipnodebyaddr\fR(3SOCKET), \fBaudit.log\fR(4), \fBaudit_class\fR(4),
155 \fBaudit_event\fR(4), \fBgroup\fR(4), \fBnsswitch.conf\fR(4), \fBpasswd\fR(4),
156 \fBattributes\fR(5)