aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/chroot.2
Commit message (Collapse)AuthorAgeFilesLines
* - Use standard RETURN VALUES section.Andrey Zonov2013-01-151-6/+2
| | | | | | | | Approved by: kib (mentor) MFC after: 1 week Notes: svn path=/head/; revision=245458
* Document the fact that chroot(2) is no longer part of POSIX since SUSv3Xin LI2012-01-041-1/+19
| | | | | | | and add a SECURITY CONSIDERATIONS section for recommended practices. Notes: svn path=/head/; revision=229459
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
| | | | | | | | | clause. # If I've done so improperly on a file, please let me know. Notes: svn path=/head/; revision=165903
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
| | | | Notes: svn path=/head/; revision=131504
* Document a bug in our chroot(2) implementation: if access controlRobert Watson2003-01-311-0/+6
| | | | | | | | | | | | | | checks, including the "open directory" check or a MAC check fail, after the working directory of the process has been changed, then the cwd of the process will be left as the target directory rather than the original directory. At some point, this bug might be fixable by performing the directory change only after permission is granted for the change. In the mean time document it (it's been there for a while). Notes: svn path=/head/; revision=110158
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-1/+5
| | | | Notes: svn path=/head/; revision=108087
* mdoc(7) police: Tidy up the syscall language.Ruslan Ermilov2002-12-181-5/+5
| | | | | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe. Notes: svn path=/head/; revision=108028
* Fixed the parameter's name.Ruslan Ermilov2002-12-111-1/+1
| | | | | | | | | PR: docs/46183 Submitted by: Dirk Gouders <gouders@et.bocholt.fh-ge.de> Approved by: re Notes: svn path=/head/; revision=107741
* The .Fn function.Giorgos Keramidas2002-07-151-3/+6
| | | | Notes: svn path=/head/; revision=100144
* Add xref to jail(2).Mike Pritchard2001-12-281-1/+2
| | | | | | | | PR: docs/33177 Submitted by: Tom Rhodes <darklogik@pittgoth.com> Notes: svn path=/head/; revision=88573
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* Remove whitespace at EOL.Dima Dorfman2001-07-151-6/+6
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79531
* mdoc(7) police: Er macro usage cleanup.Ruslan Ermilov2000-11-221-2/+6
| | | | Notes: svn path=/head/; revision=69051
* Use `Er' variable to define first column width in ERRORS section. It wasAlexey Zelkin2000-05-041-1/+1
| | | | | | | initially suggested by mdoc(7) style, but was broken over the years Notes: svn path=/head/; revision=59954
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
| | | | | | | More libraries manpages updates following. Notes: svn path=/head/; revision=59460
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48794
* Add a sysctl variable which can help stop chroot(2) escapes.Poul-Henning Kamp1999-03-231-2/+29
| | | | | | | | | | | | | | | | | | kern.chroot_allow_open_directories = 0 chroot(2) fails if there are open directories. kern.chroot_allow_open_directories = 1 (default) chroot(2) fails if there are open directories and the process is subject of a previous chroot(2). kern.chroot_allow_open_directories = anything else filedescriptors are not checked. (old behaviour). I'm very interested in reports about software which breaks when running with the default setting. Notes: svn path=/head/; revision=44973
* Remove the EINVAL error from the ERRORS sections thatMike Pritchard1997-01-111-2/+0
| | | | | | | | say is means that a pathname had the high-order bit set, since this is no longer an error. Notes: svn path=/head/; revision=21570
* Update a bunch of man pages to use .Fn insteadMike Pritchard1996-08-221-1/+1
| | | | | | | of .Nm when referencing funciton names. Notes: svn path=/head/; revision=17780
* Document the possible EPERM return.Joerg Wunsch1996-04-171-0/+2
| | | | | | | Submitted by: imp@village.org (Warner Losh) Notes: svn path=/head/; revision=15278
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+97
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573