From owner-p4-projects@FreeBSD.ORG Mon Jan 21 12:47:13 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id BBC9116A47C; Mon, 21 Jan 2008 12:47:13 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51D3016A46D for ; Mon, 21 Jan 2008 12:47:13 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 43AE913C46E for ; Mon, 21 Jan 2008 12:47:13 +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.14.1/8.14.1) with ESMTP id m0LClDnU025434 for ; Mon, 21 Jan 2008 12:47:13 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LClDUT025407 for perforce@freebsd.org; Mon, 21 Jan 2008 12:47:13 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Mon, 21 Jan 2008 12:47:13 GMT Message-Id: <200801211247.m0LClDUT025407@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 133775 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: Mon, 21 Jan 2008 12:47:14 -0000 http://perforce.freebsd.org/chv.cgi?CH=133775 Change 133775 by rwatson@rwatson_freebsd_capabilities on 2008/01/21 12:46:16 Add a comment that we might want to subdivide capability rights by object-type. Affected files ... .. //depot/projects/trustedbsd/capabilities/src/sys/kern/sys_capability.c#3 edit Differences ... ==== //depot/projects/trustedbsd/capabilities/src/sys/kern/sys_capability.c#3 (text+ko) ==== @@ -52,10 +52,12 @@ * other than via capabilities. * - The list of capability rights is probably inadequate. * - Should there be a privilege to expand capability rights? + * - Should different underlying object sets have different valid capability + * rights? I.e., CAP_SOCK_*, CAP_VNODE_*, etc? */ #include -__FBSDID("$P4: //depot/projects/trustedbsd/capabilities/src/sys/kern/sys_capability.c#2 $"); +__FBSDID("$P4: //depot/projects/trustedbsd/capabilities/src/sys/kern/sys_capability.c#3 $"); #include #include