Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jan 2006 15:51:52 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 90796 for review
Message-ID:  <200601311551.k0VFpqBP046888@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=90796

Change 90796 by rwatson@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601311551.k0VFpqBP046888>