]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/openbsm/libauditd/libauditd.3
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / openbsm / libauditd / libauditd.3
1 .\"-
2 .\" Copyright (c) 2008 Apple Inc.
3 .\" All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\" 1.  Redistributions of source code must retain the above copyright
9 .\"     notice, this list of conditions and the following disclaimer.
10 .\" 2.  Redistributions in binary form must reproduce the above copyright
11 .\"     notice, this list of conditions and the following disclaimer in the
12 .\"     documentation and/or other materials provided with the distribution.
13 .\" 3.  Neither the name of Apple Inc. ("Apple") nor the names of
14 .\"     its contributors may be used to endorse or promote products derived
15 .\"     from this software without specific prior written permission.
16 .\"
17 .\" THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND
18 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20 .\" ARE DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR
21 .\" ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
25 .\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
26 .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27 .\" POSSIBILITY OF SUCH DAMAGE.
28 .\"
29 .\" $P4: //depot/projects/trustedbsd/openbsm/libauditd/libauditd.3#1 $
30 .\"
31 .Dd December 27, 2008
32 .Dt LIBAUDITD 3
33 .Os
34 .Sh NAME
35 .Nm libauditd
36 .Nd "auditd support library"
37 .Sh LIBRARY
38 .Lb libauditd
39 .Sh DESCRIPTION
40 The
41 .Nm
42 library provides the internal implementation of
43 .Xr auditd 8 .
44 .Sh INTERFACES
45 There are no public interfaces in
46 .Nm .
47 .Sh SEE ALSO
48 .Xr auditd 8 .
49 .Sh HISTORY
50 The OpenBSM implementation was created by McAfee Research, the security
51 division of McAfee Inc., under contract to Apple Computer, Inc., in 2004.
52 It was subsequently adopted by the TrustedBSD Project as the foundation for
53 the OpenBSM distribution.
54 .Sh AUTHORS
55 .An -nosplit
56 This software was created by
57 .An Stacey Son .
58 .Pp
59 The Basic Security Module (BSM) interface to audit records and audit event
60 stream format were defined by Sun Microsystems.