From owner-p4-projects@FreeBSD.ORG Thu Feb 15 14:36:25 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 4B81916A407; Thu, 15 Feb 2007 14:36:25 +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 2A1A216A400 for ; Thu, 15 Feb 2007 14:36:25 +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 189F013C442 for ; Thu, 15 Feb 2007 14:36:25 +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.6/8.13.6) with ESMTP id l1FEaOhm076931 for ; Thu, 15 Feb 2007 14:36:24 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 l1FEaOaW076928 for perforce@freebsd.org; Thu, 15 Feb 2007 14:36:24 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Thu, 15 Feb 2007 14:36:24 GMT Message-Id: <200702151436.l1FEaOaW076928@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 114559 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, 15 Feb 2007 14:36:25 -0000 http://perforce.freebsd.org/chv.cgi?CH=114559 Change 114559 by rwatson@rwatson_cinnamon on 2007/02/15 14:36:10 Make privilege check for audit privileves in jail match what is being done elsewhere: for now, no audit in jail. Affected files ... .. //depot/projects/trustedbsd/priv/sys/kern/kern_jail.c#15 edit Differences ... ==== //depot/projects/trustedbsd/priv/sys/kern/kern_jail.c#15 (text+ko) ==== @@ -542,6 +542,7 @@ */ case PRIV_KTRACE: +#if 0 /* * Allow jailed processes to configure audit identity and * submit audit records (login, etc). In the future we may @@ -551,6 +552,7 @@ case PRIV_AUDIT_GETAUDIT: case PRIV_AUDIT_SETAUDIT: case PRIV_AUDIT_SUBMIT: +#endif /* * Allow jailed processes to manipulate process UNIX