PERFORCE change 145819 for review

Robert Watson rwatson at FreeBSD.org
Thu Jul 24 15:41:39 UTC 2008


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

Change 145819 by rwatson at rwatson_cinnamon on 2008/07/24 15:41:37

	I added AUE_OPENAT to audit_event, but not audit_kevents, so do
	that now.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#55 edit

Differences ...

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

@@ -26,7 +26,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#54 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#55 $
  */
 
 #ifndef _BSM_AUDIT_KEVENTS_H_
@@ -579,6 +579,7 @@
 #define	AUE_OPEN_EXTENDED_RWTC	43181	/* Darwin. */
 #define	AUE_STAT_EXTENDED	43182	/* Darwin. */
 #define	AUE_UMASK_EXTENDED	43183	/* Darwin. */
+#define	AUE_OPENAT		43184	/* FreeBSD. */
 
 /*
  * Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the


More information about the p4-projects mailing list