Deleted Added
full compact
audit_warn.5 (155364) audit_warn.5 (168777)
1.\" Copyright (c) 2004 Apple Computer, Inc.
2.\" All rights reserved.
1.\" Copyright (c) 2004 Apple Computer, Inc.
2.\" All rights reserved.
3.\"
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.
8.\" notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright
10.\" notice, this list of conditions and the following disclaimer in the
9.\" 2. Redistributions in binary form must reproduce the above copyright
10.\" notice, this list of conditions and the following disclaimer in the
11.\" documentation and/or other materials provided with the distribution.
11.\" documentation and/or other materials provided with the distribution.
12.\" 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
13.\" its contributors may be used to endorse or promote products derived
12.\" 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
13.\" its contributors may be used to endorse or promote products derived
14.\" from this software without specific prior written permission.
15.\"
14.\" from this software without specific prior written permission.
15.\"
16.\" THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND
17.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19.\" ARE DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR
20.\" 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,
24.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
25.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26.\" POSSIBILITY OF SUCH DAMAGE.
27.\"
16.\" THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND
17.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19.\" ARE DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR
20.\" 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,
24.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
25.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26.\" POSSIBILITY OF SUCH DAMAGE.
27.\"
28.\" $P4: //depot/projects/trustedbsd/openbsm/man/audit_warn.5#6 $
28.\" $P4: //depot/projects/trustedbsd/openbsm/man/audit_warn.5#9 $
29.\"
30.Dd March 17, 2004
31.Dt AUDIT_WARN 5
32.Os
33.Sh NAME
34.Nm audit_warn
35.Nd "alert when audit daemon issues warnings"
36.Sh DESCRIPTION
29.\"
30.Dd March 17, 2004
31.Dt AUDIT_WARN 5
32.Os
33.Sh NAME
34.Nm audit_warn
35.Nd "alert when audit daemon issues warnings"
36.Sh DESCRIPTION
37.Nm
38runs when
37The
38.Nm
39script
40runs when
39.Xr auditd 8
41.Xr auditd 8
40generates warning messages.
42generates warning messages.
41.Pp
43.Pp
42The default
44The default
43.Nm
44is a script whose first parameter is the type of warning; the script
45.Nm
46is a script whose first parameter is the type of warning; the script
45appends its arguments to
47appends its arguments to
46.Pa /etc/security/audit_messages .
47Administrators may replace this script: a more comprehensive one would take
48different actions based on the type of warning.
49For example, a low-space warning
48.Pa /etc/security/audit_messages .
49Administrators may replace this script: a more comprehensive one would take
50different actions based on the type of warning.
51For example, a low-space warning
50could result in an email message being sent to the administrator.
52could result in an email message being sent to the administrator.
51.Sh FILES
53.Sh FILES
52.Bl -tag -width "/etc/security/audit_warn" -compact
54.Bl -tag -width ".Pa /etc/security/audit_messages" -compact
53.It Pa /etc/security/audit_warn
54.It Pa /etc/security/audit_messages
55.El
56.Sh SEE ALSO
55.It Pa /etc/security/audit_warn
56.It Pa /etc/security/audit_messages
57.El
58.Sh SEE ALSO
59.Xr audit 4 ,
57.Xr auditd 8
60.Xr auditd 8
61.Sh HISTORY
62The OpenBSM implementation was created by McAfee Research, the security
63division of McAfee Inc., under contract to Apple Computer Inc.\& in 2004.
64It was subsequently adopted by the TrustedBSD Project as the foundation for
65the OpenBSM distribution.
58.Sh AUTHORS
66.Sh AUTHORS
67.An -nosplit
59This software was created by McAfee Research, the security research division
60of McAfee, Inc., under contract to Apple Computer Inc.
68This software was created by McAfee Research, the security research division
69of McAfee, Inc., under contract to Apple Computer Inc.
61Additional authors include Wayne Salamon, Robert Watson, and SPARTA Inc.
70Additional authors include
71.An Wayne Salamon ,
72.An Robert Watson ,
73and SPARTA Inc.
62.Pp
63The Basic Security Module (BSM) interface to audit records and audit event
64stream format were defined by Sun Microsystems.
74.Pp
75The Basic Security Module (BSM) interface to audit records and audit event
76stream format were defined by Sun Microsystems.
65.Sh HISTORY
66The OpenBSM implementation was created by McAfee Research, the security
67division of McAfee Inc., under contract to Apple Computer Inc. in 2004.
68It was subsequently adopted by the TrustedBSD Project as the foundation for
69the OpenBSM distribution.