PERFORCE change 91179 for review

Robert Watson rwatson at FreeBSD.org
Sun Feb 5 19:41:44 GMT 2006


http://perforce.freebsd.org/chv.cgi?CH=91179

Change 91179 by rwatson at rwatson_zoo on 2006/02/05 19:40:53

	Mention comment support in /etc/security files for alpha 1.
	
	Add audit event for sysarch() system call on FreeBSD.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/CHANGELOG#8 edit
.. //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#37 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/CHANGELOG#8 (text+ko) ====

@@ -71,5 +71,6 @@
 - 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.
+- Allow comments in /etc/security configuration files.
 
-$P4: //depot/projects/trustedbsd/openbsm/CHANGELOG#7 $
+$P4: //depot/projects/trustedbsd/openbsm/CHANGELOG#8 $

==== //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#37 (text+ko) ====

@@ -30,7 +30,7 @@
  *
  * @APPLE_BSD_LICENSE_HEADER_END@
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#36 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#37 $
  */
 
 #ifndef _BSM_AUDIT_KEVENTS_H_
@@ -383,6 +383,7 @@
 #define	AUE_ACL_DELETE_FD		403	/* FreeBSD. */
 #define	AUE_ACL_CHECK_FILE		404	/* FreeBSD. */
 #define	AUE_ACL_CHECK_FD		405	/* FreeBSD. */
+#define	AUE_SYSARCH			406	/* FreeBSD. */
 
 /*
  * Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the
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