From owner-p4-projects@FreeBSD.ORG Wed Jun 17 14:20:39 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 33587106566B; Wed, 17 Jun 2009 14:20:39 +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 E7C191065675 for ; Wed, 17 Jun 2009 14:20:38 +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 D4AF18FC0C for ; Wed, 17 Jun 2009 14:20:38 +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.3/8.14.3) with ESMTP id n5HEKcB8078613 for ; Wed, 17 Jun 2009 14:20:38 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5HEKc3O078611 for perforce@freebsd.org; Wed, 17 Jun 2009 14:20:38 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Wed, 17 Jun 2009 14:20:38 GMT Message-Id: <200906171420.n5HEKc3O078611@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 164584 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: Wed, 17 Jun 2009 14:20:40 -0000 http://perforce.freebsd.org/chv.cgi?CH=164584 Change 164584 by rwatson@rwatson_freebsd_capabilities on 2009/06/17 14:20:16 Mention rtld-elf interactions of libcapability. Affected files ... .. //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability.3#21 edit Differences ... ==== //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability.3#21 (text+ko) ==== @@ -55,6 +55,11 @@ .Nm will use one or both of "host" and "sandbox" APIs, depending on whether they consume or produce sandboxed services. +.Nm +will start sandboxed components using a sandbox-specific run-time linker, +.Xr rtld-elf-cap 1 , +rather than the standard +.Xr rtld-elf 1 . .Pp Host processes use the .Nm @@ -67,7 +72,6 @@ to communication with the sandboxed service based on socket I/O or remote procedure call (RPC). .Pp -.Pp Sandbox processes run in capability mode, and are only able to use resources either assigned to the sandbox during creation, or later explicitly passed to the process. @@ -89,6 +93,8 @@ with the requested rights mask. .Sh SEE ALSO .Xr rpcgen 1 , +.Xr rtld-elf 1 , +.Xr rtld-elf-cap 1 , .Xr cap_enter 2 , .Xr cap_new 2 , .Xr close 2 ,