PERFORCE change 90796 for review
Robert Watson
rwatson at FreeBSD.org
Tue Jan 31 15:51:52 GMT 2006
http://perforce.freebsd.org/chv.cgi?CH=90796
Change 90796 by rwatson at rwatson_zoo on 2006/01/31 15:50:51
Integrate TrustedBSD audit3 from TrustedBSD OpenBSM branch:
- audit(8) and auditd(8) now in OpenBSM, with substantial cleanups
and changes.
- New, less noisy defaults for audit_control.
Affected files ...
.. //depot/projects/trustedbsd/audit3/contrib/openbsm/CHANGELOG#4 integrate
.. //depot/projects/trustedbsd/audit3/contrib/openbsm/bin/Makefile#3 integrate
.. //depot/projects/trustedbsd/audit3/contrib/openbsm/bin/audit/Makefile#1 branch
.. //depot/projects/trustedbsd/audit3/contrib/openbsm/bin/audit/audit.8#1 branch
.. //depot/projects/trustedbsd/audit3/contrib/openbsm/bin/audit/audit.c#1 branch
.. //depot/projects/trustedbsd/audit3/contrib/openbsm/bin/auditd/Makefile#1 branch
.. //depot/projects/trustedbsd/audit3/contrib/openbsm/bin/auditd/audit_warn.c#1 branch
.. //depot/projects/trustedbsd/audit3/contrib/openbsm/bin/auditd/auditd.8#1 branch
.. //depot/projects/trustedbsd/audit3/contrib/openbsm/bin/auditd/auditd.c#1 branch
.. //depot/projects/trustedbsd/audit3/contrib/openbsm/bin/auditd/auditd.h#1 branch
.. //depot/projects/trustedbsd/audit3/contrib/openbsm/etc/audit_control#3 integrate
Differences ...
==== //depot/projects/trustedbsd/audit3/contrib/openbsm/CHANGELOG#4 (text+ko) ====
@@ -62,5 +62,7 @@
_free() calls dropped as a result, and source code compatibility with
OpenSolaris improved significantly.
- Annotate BSM events with origin OS and compatibility information.
+- auditd(8), audit(8) added to the OpenBSM distribution. auditd extended
+ to support reloading of kernel event table.
-$P4: //depot/projects/trustedbsd/audit3/contrib/openbsm/CHANGELOG#3 $
+$P4: //depot/projects/trustedbsd/audit3/contrib/openbsm/CHANGELOG#4 $
==== //depot/projects/trustedbsd/audit3/contrib/openbsm/bin/Makefile#3 (text+ko) ====
@@ -1,8 +1,10 @@
#
-# $P4: //depot/projects/trustedbsd/audit3/contrib/openbsm/bin/Makefile#2 $
+# $P4: //depot/projects/trustedbsd/audit3/contrib/openbsm/bin/Makefile#3 $
#
-SUBDIR= auditreduce \
+SUBDIR= audit \
+ auditd \
+ auditreduce \
praudit
.include <bsd.subdir.mk>
==== //depot/projects/trustedbsd/audit3/contrib/openbsm/etc/audit_control#3 (text+ko) ====
@@ -1,7 +1,7 @@
#
-# $P4: //depot/projects/trustedbsd/audit3/contrib/openbsm/etc/audit_control#2 $
+# $P4: //depot/projects/trustedbsd/audit3/contrib/openbsm/etc/audit_control#3 $
#
dir:/var/audit
-flags:lo,ad,-all,^-fa,^-fc,^-cl
+flags:lo
minfree:20
naflags:lo
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list