Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2006 19:41:44 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 91179 for review
Message-ID:  <200602051941.k15Jfio3063445@repoman.freebsd.org>

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

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



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