From owner-p4-projects@FreeBSD.ORG Fri Oct 20 00:35:32 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 C8E8916A40F; Fri, 20 Oct 2006 00:35:32 +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 7EC3616A403 for ; Fri, 20 Oct 2006 00:35:32 +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 3391A43D45 for ; Fri, 20 Oct 2006 00:35:32 +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 k9K0ZWWA080026 for ; Fri, 20 Oct 2006 00:35:32 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 k9K0ZVUt080023 for perforce@freebsd.org; Fri, 20 Oct 2006 00:35:31 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Fri, 20 Oct 2006 00:35:31 GMT Message-Id: <200610200035.k9K0ZVUt080023@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 108140 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, 20 Oct 2006 00:35:33 -0000 http://perforce.freebsd.org/chv.cgi?CH=108140 Change 108140 by rwatson@rwatson_zoo on 2006/10/20 00:35:07 Update comment. Affected files ... .. //depot/projects/trustedbsd/priv/sys/kern/kern_jail.c#9 edit Differences ... ==== //depot/projects/trustedbsd/priv/sys/kern/kern_jail.c#9 (text+ko) ==== @@ -589,8 +589,7 @@ case PRIV_PROC_SETRLIMIT: /* - * The following privileges should be granted to jail once - * implemented. + * System V and POSIX IPC privileges are granted in jail. */ case PRIV_IPC_READ: case PRIV_IPC_WRITE: