PERFORCE change 91053 for review
Robert Watson
rwatson at FreeBSD.org
Sat Feb 4 13:12:05 GMT 2006
http://perforce.freebsd.org/chv.cgi?CH=91053
Change 91053 by rwatson at rwatson_peppercorn on 2006/02/04 13:11:58
Integrate final changes for OpenBSM 1.0 alpha 2 into audit3 branch;
most alpha 2 changes were already integrated.
Affected files ...
.. //depot/projects/trustedbsd/audit3/contrib/openbsm/CHANGELOG#5 integrate
.. //depot/projects/trustedbsd/audit3/contrib/openbsm/VERSION#3 integrate
.. //depot/projects/trustedbsd/audit3/contrib/openbsm/bsm/audit_kevents.h#17 integrate
Differences ...
==== //depot/projects/trustedbsd/audit3/contrib/openbsm/CHANGELOG#5 (text+ko) ====
@@ -1,4 +1,11 @@
-OpenBSM 1.0
+OpenBSM 1.0 alpha 2
+
+- Man page formatting improvements.
+- A number of new audit event identifiers for FreeBSD, Linux, and POSIX.1b
+ events.
+- Remove 'tfm' class, unused in OpenBSM.
+
+OpenBSM 1.0 alpha 1
- Import of Darwin74 BSM drop
- Use 'syslog' for audit log warnings, rather than echoing to a file in
@@ -65,4 +72,4 @@
- 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#4 $
+$P4: //depot/projects/trustedbsd/audit3/contrib/openbsm/CHANGELOG#5 $
==== //depot/projects/trustedbsd/audit3/contrib/openbsm/VERSION#3 (text+ko) ====
@@ -1,1 +1,1 @@
-OPENBSM_1_0_ALPHA_1
+OPENBSM_1_0_ALPHA_2
==== //depot/projects/trustedbsd/audit3/contrib/openbsm/bsm/audit_kevents.h#17 (text+ko) ====
@@ -30,7 +30,7 @@
*
* @APPLE_BSD_LICENSE_HEADER_END@
*
- * $P4: //depot/projects/trustedbsd/audit3/contrib/openbsm/bsm/audit_kevents.h#16 $
+ * $P4: //depot/projects/trustedbsd/audit3/contrib/openbsm/bsm/audit_kevents.h#17 $
*/
#ifndef _BSM_AUDIT_KEVENTS_H_
@@ -45,7 +45,6 @@
* been inserted for the Darwin variants. If necessary, other tags will be
* added in the future.
*/
-
#define AUE_NULL 0
#define AUE_EXIT 1
#define AUE_FORK 2
@@ -385,7 +384,6 @@
#define AUE_ACL_CHECK_FILE 404 /* FreeBSD. */
#define AUE_ACL_CHECK_FD 405 /* FreeBSD. */
-
/*
* Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the
* normal Solaris BSM identifiers. _O_ refers to it being an old, or compat
@@ -430,6 +428,7 @@
#define AUE_O_RECVFROM AUE_RECVFROM /* Darwin */
#define AUE_O_SETREUID AUE_SETREUID /* Darwin */
#define AUE_O_SETREGID AUE_SETREGID /* Darwin */
+#define AUE_O_GETDIRENTRIES AUE_GETDIRENTRIES /* Darwin */
#define AUE_O_TRUNCATE AUE_TRUNCATE /* Darwin */
#define AUE_O_FTRUNCATE AUE_FTRUNCATE /* Darwin */
#define AUE_O_GETPEERNAME AUE_NULL /* Darwin */
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