Deleted Added
full compact
README (185573) README (186647)
1OpenBSM 1.1 alpha 1
1OpenBSM 1.1 alpha 4
2
3 Introduction
4
5OpenBSM provides an open source implementation of Sun's BSM Audit API.
6Originally created under contract to Apple Computer by McAfee Research, this
7implementation is now maintained by volunteers and the generous contribution
8of several organizations. Coupled with a kernel audit implementation,
9OpenBSM can be used to maintain system audit streams, and is a foundation for

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

14 Contents
15
16OpenBSM consists of several directories:
17
18 bin/ Audit-related command line tools
19 bsm/ Library include files for BSM
20 compat/ Compatibility code to build on various OS's
21 etc/ Sample /etc/security configuration files
2
3 Introduction
4
5OpenBSM provides an open source implementation of Sun's BSM Audit API.
6Originally created under contract to Apple Computer by McAfee Research, this
7implementation is now maintained by volunteers and the generous contribution
8of several organizations. Coupled with a kernel audit implementation,
9OpenBSM can be used to maintain system audit streams, and is a foundation for

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

14 Contents
15
16OpenBSM consists of several directories:
17
18 bin/ Audit-related command line tools
19 bsm/ Library include files for BSM
20 compat/ Compatibility code to build on various OS's
21 etc/ Sample /etc/security configuration files
22 libauditd Common audit management functions for auditd and launchd
22 libbsm/ Implementation of BSM library interfaces and man pages
23 man/ System call and configuration file man pages
24 modules/ Directory for auditfilterd module source
25 sys/ System include files for BSM
26 test/ Test token sets and geneneration program
27 tools/ Tool directory, including audump to dump databases
28
29The following programs are included with OpenBSM:

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

50Information on OpenBSM may be found on the OpenBSM home page:
51
52 http://www.OpenBSM.org/
53
54Information on TrustedBSD may be found on the TrustedBSD home page:
55
56 http://www.TrustedBSD.org/
57
23 libbsm/ Implementation of BSM library interfaces and man pages
24 man/ System call and configuration file man pages
25 modules/ Directory for auditfilterd module source
26 sys/ System include files for BSM
27 test/ Test token sets and geneneration program
28 tools/ Tool directory, including audump to dump databases
29
30The following programs are included with OpenBSM:

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

51Information on OpenBSM may be found on the OpenBSM home page:
52
53 http://www.OpenBSM.org/
54
55Information on TrustedBSD may be found on the TrustedBSD home page:
56
57 http://www.TrustedBSD.org/
58
58$P4: //depot/projects/trustedbsd/openbsm/README#32 $
59$P4: //depot/projects/trustedbsd/openbsm/README#34 $