From owner-p4-projects@FreeBSD.ORG Fri Sep 22 11:13:55 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id F134B16A543; Fri, 22 Sep 2006 11:13:54 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A68A916A522 for ; Fri, 22 Sep 2006 11:13:54 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0500C43D5A for ; Fri, 22 Sep 2006 11:13:54 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k8MBDrR8086038 for ; Fri, 22 Sep 2006 11:13:53 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8MBDrO6086031 for perforce@freebsd.org; Fri, 22 Sep 2006 11:13:53 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Fri, 22 Sep 2006 11:13:53 GMT Message-Id: <200609221113.k8MBDrO6086031@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 106497 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 11:13:55 -0000 http://perforce.freebsd.org/chv.cgi?CH=106497 Change 106497 by rwatson@rwatson_peppercorn on 2006/09/22 11:13:41 Add additional audit events. Affected files ... .. //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#43 edit .. //depot/projects/trustedbsd/openbsm/etc/audit_event#16 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#43 (text+ko) ==== @@ -30,7 +30,7 @@ * * @APPLE_BSD_LICENSE_HEADER_END@ * - * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#42 $ + * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#43 $ */ #ifndef _BSM_AUDIT_KEVENTS_H_ @@ -470,6 +470,10 @@ #define AUE_KENV 43114 /* FreeBSD. */ #define AUE_JAIL_ATTACH 43115 /* FreeBSD. */ #define AUE_SYSCTL_WRITE 43116 /* FreeBSD. */ +#define AUE_IOPERM 43117 /* Linux. */ +#define AUE_READDIR 43118 /* Linux. */ +#define AUE_IOPL 43119 /* Linux. */ +#define AUE_VM86 43120 /* Linux. */ /* * Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the ==== //depot/projects/trustedbsd/openbsm/etc/audit_event#16 (text+ko) ==== @@ -1,5 +1,5 @@ # -# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_event#15 $ +# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_event#16 $ # 0:AUE_NULL:indir system call:no 1:AUE_EXIT:exit(2):pc @@ -418,6 +418,10 @@ 43114:AUE_KENV:kenv(8):ad 43115:AUE_JAIL_ATTACH:jail_attach(2):ad 43116:AUE_SYSCTL_WRITE:sysctl(3):ad +43117:AUE_IOPERM:linux ioperm:ad +43118:AUE_READDIR:readdir(3):no +43119:AUE_IOPL:linux iopl:ad +43120:AUE_VM86:linux vm86:pc # # User space system events. #