Date: Tue, 3 Mar 2009 03:20:35 GMT From: Stacey Son <sson@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 158609 for review Message-ID: <200903030320.n233KZiT045220@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=158609 Change 158609 by sson@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903030320.n233KZiT045220>