From owner-trustedbsd-cvs@FreeBSD.ORG Fri Oct 20 00:39:18 2006 Return-Path: X-Original-To: trustedbsd-cvs@freebsd.org Delivered-To: trustedbsd-cvs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09AFF16A417 for ; Fri, 20 Oct 2006 00:39:18 +0000 (UTC) (envelope-from owner-perforce@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6535443D53 for ; Fri, 20 Oct 2006 00:39:16 +0000 (GMT) (envelope-from owner-perforce@freebsd.org) Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by cyrus.watson.org (Postfix) with ESMTP id E0FE546DEF for ; Thu, 19 Oct 2006 20:39:15 -0400 (EDT) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id D2595915EC; Fri, 20 Oct 2006 00:35:32 +0000 (GMT) (envelope-from owner-perforce@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: trustedbsd-cvs@FreeBSD.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: TrustedBSD CVS and Perforce commit message list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Oct 2006 00:39:18 -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: