summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm/man/audit_control.5
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-07-17 14:02:20 +0000
committerrwatson <rwatson@FreeBSD.org>2009-07-17 14:02:20 +0000
commitd77b22ca313fa4061782d2b1677a768149593534 (patch)
treefc91db2745125763dc9c10e7aaf733fcd80c2d95 /contrib/openbsm/man/audit_control.5
parent88f8de4d4001c74946458579ca0710df70161c90 (diff)
downloadFreeBSD-src-d77b22ca313fa4061782d2b1677a768149593534.zip
FreeBSD-src-d77b22ca313fa4061782d2b1677a768149593534.tar.gz
Import OpenBSM 1.1p1 from vendor branch to 8-CURRENT, populating
contrib/openbsm and a subset also imported into sys/security/audit. This patch release addresses several minor issues: - Fixes to AUT_SOCKUNIX token parsing. - IPv6 support for au_to_me(3). - Improved robustness in the parsing of audit_control, especially long flags/naflags strings and whitespace in all fields. - Add missing conversion of a number of FreeBSD/Mac OS X errnos to/from BSM error number space. MFC after: 3 weeks Obtained from: TrustedBSD Project Sponsored by: Apple, Inc. Approved by: re (kib)
Diffstat (limited to 'contrib/openbsm/man/audit_control.5')
-rw-r--r--contrib/openbsm/man/audit_control.518
1 files changed, 10 insertions, 8 deletions
diff --git a/contrib/openbsm/man/audit_control.5 b/contrib/openbsm/man/audit_control.5
index bed9cd8..801a66e 100644
--- a/contrib/openbsm/man/audit_control.5
+++ b/contrib/openbsm/man/audit_control.5
@@ -26,9 +26,9 @@
.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $P4: //depot/projects/trustedbsd/openbsm/man/audit_control.5#22 $
+.\" $P4: //depot/projects/trustedbsd/openbsm/man/audit_control.5#23 $
.\"
-.Dd January 29, 2009
+.Dd May 14, 2009
.Dt AUDIT_CONTROL 5
.Os
.Sh NAME
@@ -94,7 +94,7 @@ Specifies when audit log files will expire and be removed.
This may be after a time period has passed since the file was last
written to or when the aggregate of all the trail files have reached a
specified size or a combination of both.
-If no expire-after parameter is given then audit log files with not
+If no expire-after parameter is given then audit log files will not
expire and be removed by the audit control system.
See the information below for the format of the expiration
specification.
@@ -217,7 +217,7 @@ The suffixes on the values are case sensitive.
If both an age and disk space value are used they are seperated by
AND or OR and both values are used to determine when audit
log files expire.
-In the case of AND, both the age and disk space conditions must be meet
+In the case of AND, both the age and disk space conditions must be met
before the log file is removed.
In the case of OR, either condition may expire the log file.
For example:
@@ -233,17 +233,18 @@ The following settings appear in the default
file:
.Bd -literal -offset indent
dir:/var/audit
-flags:lo
+flags:lo,aa
minfree:5
-naflags:lo
+naflags:lo,aa
policy:cnt,argv
-filesz:2097152
+filesz:2M
+expire-after:10M
.Ed
.Pp
The
.Va flags
parameter above specifies the system-wide mask corresponding to login/logout
-events.
+as well as authentication and authorization events.
The
.Va policy
parameter specifies that the system should neither fail stop nor suspend
@@ -253,6 +254,7 @@ be audited for
events.
The trail file will be automatically rotated by the audit daemon when the
file size reaches approximately 2MB.
+Trail files will expire when their aggregate size exceeds 10MB.
.Sh FILES
.Bl -tag -width ".Pa /etc/security/audit_control" -compact
.It Pa /etc/security/audit_control
OpenPOWER on IntegriCloud