Date: Wed, 4 Feb 2009 23:35:50 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 157183 for review Message-ID: <200902042335.n14NZoTB022949@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902042335.n14NZoTB022949>