From owner-p4-projects@FreeBSD.ORG Thu Jul 12 13:34:03 2007 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 C6E6816A46D; Thu, 12 Jul 2007 13:34:02 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8648216A468 for ; Thu, 12 Jul 2007 13:34:02 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 37BDA13C468 for ; Thu, 12 Jul 2007 13:34:02 +0000 (UTC) (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.8/8.13.8) with ESMTP id l6CDY2NE039576 for ; Thu, 12 Jul 2007 13:34:02 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CDY1hk039573 for perforce@freebsd.org; Thu, 12 Jul 2007 13:34:01 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Thu, 12 Jul 2007 13:34:01 GMT Message-Id: <200707121334.l6CDY1hk039573@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 123371 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: Thu, 12 Jul 2007 13:34:03 -0000 http://perforce.freebsd.org/chv.cgi?CH=123371 Change 123371 by rwatson@rwatson_peppercorn on 2007/07/12 13:33:28 Define AUE_FEXECVE for exec-by-fd. Requested by: rdivacky Affected files ... .. //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#51 edit .. //depot/projects/trustedbsd/openbsm/etc/audit_event#24 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#51 (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#50 $ + * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#51 $ */ #ifndef _BSM_AUDIT_KEVENTS_H_ @@ -538,6 +538,7 @@ #define AUE_MLOCKALL 43141 /* FreeBSD. */ #define AUE_MUNLOCKALL 43142 /* FreeBSD. */ #define AUE_CLOSEFROM 43143 /* FreeBSD. */ +#define AUE_FEXECVE 43144 /* FreeBSD. */ /* * Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the ==== //depot/projects/trustedbsd/openbsm/etc/audit_event#24 (text+ko) ==== @@ -1,5 +1,5 @@ # -# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_event#23 $ +# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_event#24 $ # 0:AUE_NULL:indir system call:no 1:AUE_EXIT:exit(2):pc @@ -481,6 +481,7 @@ 43141:AUE_MLOCKALL:mlockall(2):pc 43142:AUE_MUNLOCKALL:munlockall(2):pc 43143:AUE_CLOSEFROM:closefrom(2):cl +43144:AUE_FEXECVE:fexecve(2):pc,ex # # User space system events. #