PERFORCE change 158609 for review
Stacey Son
sson at FreeBSD.org
Mon Mar 2 19:20:36 PST 2009
http://perforce.freebsd.org/chv.cgi?CH=158609
Change 158609 by sson at sson_amd64 on 2009/03/03 03:19:44
Add default for 'expire_after' in audit_control to expire trails
when there is more than 10M is used in the audit directory.
Make the default for 'filesz' more readable by changing it from
'2097152' to '2M'.
Update NEWS.
Affected files ...
.. //depot/projects/trustedbsd/openbsm/NEWS#34 edit
.. //depot/projects/trustedbsd/openbsm/etc/audit_control#7 edit
Differences ...
==== //depot/projects/trustedbsd/openbsm/NEWS#34 (text+ko) ====
@@ -4,6 +4,10 @@
- Change auditon(2) parameters and data structures to be 32/64-bit architecture
independent. Add more information to man page about auditon(2) parameters.
+- Add wrapper functions for auditon(2) to use legecy commands when the new
+ commands are not supported.
+- Add default for 'expire-after' in audit_control to expire trails files when
+ the audit directory is more than 10 megabytes ('10M').
OpenBSM 1.1 beta 1
@@ -436,4 +440,4 @@
to support reloading of kernel event table.
- Allow comments in /etc/security configuration files.
-$P4: //depot/projects/trustedbsd/openbsm/NEWS#33 $
+$P4: //depot/projects/trustedbsd/openbsm/NEWS#34 $
==== //depot/projects/trustedbsd/openbsm/etc/audit_control#7 (text+ko) ====
@@ -1,9 +1,10 @@
#
-# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_control#6 $
+# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_control#7 $
#
dir:/var/audit
flags:lo
minfree:5
naflags:lo
policy:cnt,argv
-filesz:2097152
+filesz:2M
+expire-after:10M
More information about the p4-projects
mailing list