From owner-p4-projects@FreeBSD.ORG Wed Feb 4 23:35:51 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 4A87C1065675; Wed, 4 Feb 2009 23:35:51 +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 0811A1065673 for ; Wed, 4 Feb 2009 23:35:51 +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 E88278FC0C for ; Wed, 4 Feb 2009 23:35:50 +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 n14NZo3v022951 for ; Wed, 4 Feb 2009 23:35:50 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 n14NZoTB022949 for perforce@freebsd.org; Wed, 4 Feb 2009 23:35:50 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Wed, 4 Feb 2009 23:35:50 GMT Message-Id: <200902042335.n14NZoTB022949@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 157183 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, 04 Feb 2009 23:35:53 -0000 http://perforce.freebsd.org/chv.cgi?CH=157183 Change 157183 by rwatson@rwatson_freebsd_capabilities on 2009/02/04 23:35:26 Fix man page .Nm, add cross-references. Affected files ... .. //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/rtld-elf-cap.1#3 edit Differences ... ==== //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/rtld-elf-cap.1#3 (text+ko) ==== @@ -36,14 +36,14 @@ .Os .Dt RTLD-ELF-CAP 1 .Sh NAME -.Nm ld-elf-cap.so , +.Nm ld-elf-cap.so.1 , .Nm rtld-elf-cap .Nd capability-mode run-time link editor .Sh DESCRIPTION The .Nm is a version of -.Xr ld-elf.so 1 +.Xr ld-elf.so.1 1 specific to the sandbox environment created using .Xr cap_enter 2 . .Nm @@ -79,6 +79,11 @@ function sufficient to properly align the stack, start C run-time services such as profiling and thread-local storage, and to provide and pass command line arguments and environmental variables to the executing binary. +.Sh SEE ALSO +.Xr gcc 1 , +.Xr ld-elf.so.1 1 , +.Xr cap_enter 2 , +.Xr fexecve 2 .Sh HISTORY Support for capabilities and capabilities mode was developed as part of the .Tn TrustedBSD