From owner-p4-projects@FreeBSD.ORG Sat Jan 30 01:36:36 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 83ED61065672; Sat, 30 Jan 2010 01:36:36 +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 489101065670 for ; Sat, 30 Jan 2010 01:36:36 +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 1B8DF8FC0A for ; Sat, 30 Jan 2010 01:36:36 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0U1aZil050895 for ; Sat, 30 Jan 2010 01:36:35 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 o0U1aZtG050893 for perforce@freebsd.org; Sat, 30 Jan 2010 01:36:35 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sat, 30 Jan 2010 01:36:35 GMT Message-Id: <201001300136.o0U1aZtG050893@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 Precedence: bulk Cc: Subject: PERFORCE change 173936 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2010 01:36:36 -0000 http://p4web.freebsd.org/chv.cgi?CH=173936 Change 173936 by rwatson@rwatson_fledge on 2010/01/30 01:36:23 Clean up some loose end references to libcapability. Affected files ... .. //depot/projects/trustedbsd/capabilities/src/gnu/usr.bin/groff/tmac/mdoc.local#9 edit .. //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/rtld-elf-cap.1#11 edit Differences ... ==== //depot/projects/trustedbsd/capabilities/src/gnu/usr.bin/groff/tmac/mdoc.local#9 (text+ko) ==== @@ -38,7 +38,7 @@ .ds doc-str-Lb-libc_r Reentrant C\~Library (libc_r, \-lc_r) .ds doc-str-Lb-libcalendar Calendar Arithmetic Library (libcalendar, \-lcalendar) .ds doc-str-Lb-libcam Common Access Method User Library (libcam, \-lcam) -.ds doc-str-Lb-libcapability Capability Services Library (libcapability, \-lcapability) +.ds doc-str-Lb-libcapsicum Capability Services Library (libcapsicum, \-lcapsicum) .ds doc-str-Lb-libcipher FreeSec Crypt Library (libcipher, \-lcipher) .ds doc-str-Lb-libdevinfo Device and Resource Information Utility Library (libdevinfo, \-ldevinfo) .ds doc-str-Lb-libdevstat Device Statistics Library (libdevstat, \-ldevstat) ==== //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/rtld-elf-cap.1#11 (text+ko) ==== @@ -45,7 +45,7 @@ is a version of .Xr ld-elf.so.1 1 specific to the sandbox environment created using -.Xr libcapability 3 , +.Xr libcapsicum 3 , which provides certain extended or modified linker services for that environment: .Bl -bullet @@ -72,7 +72,7 @@ allowing file descriptors for binaries and libraries passed across .Xr fexecve 2 to be used by -.Xr libcapability 3 , +.Xr libcapsicum 3 , as well as applications. .It Implements a version of @@ -88,7 +88,7 @@ command line flag. .Pp Most capability-mode applications will be started using the APIs defined in -.Xr libcapability 3 , +.Xr libcapsicum 3 , which properly set up the run-time environment for .Nm . .Sh SEE ALSO @@ -96,7 +96,7 @@ .Xr ld-elf.so.1 1 , .Xr cap_enter 2 , .Xr fexecve 2 , -.Xr libcapability 3 +.Xr libcapsicum 3 .Sh HISTORY Support for capabilities and capabilities mode was developed as part of the .Tn TrustedBSD