summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/chroot.2
Commit message (Collapse)AuthorAgeFilesLines
* - Use standard RETURN VALUES section.zont2013-01-151-6/+2
| | | | | Approved by: kib (mentor) MFC after: 1 week
* Document the fact that chroot(2) is no longer part of POSIX since SUSv3delphij2012-01-041-1/+19
| | | | and add a SECURITY CONSIDERATIONS section for recommended practices.
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
|
* Document a bug in our chroot(2) implementation: if access controlrwatson2003-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).
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-1/+5
|
* mdoc(7) police: Tidy up the syscall language.ru2002-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.
* Fixed the parameter's name.ru2002-12-111-1/+1
| | | | | | PR: docs/46183 Submitted by: Dirk Gouders <gouders@et.bocholt.fh-ge.de> Approved by: re
* The .Fn function.keramida2002-07-151-3/+6
|
* Add xref to jail(2).mpp2001-12-281-1/+2
| | | | | PR: docs/33177 Submitted by: Tom Rhodes <darklogik@pittgoth.com>
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Remove whitespace at EOL.dd2001-07-151-6/+6
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-2/+6
|
* Use `Er' variable to define first column width in ERRORS section. It wasphantom2000-05-041-1/+1
| | | | initially suggested by mdoc(7) style, but was broken over the years
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-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
* Add a sysctl variable which can help stop chroot(2) escapes.phk1999-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.
* Remove the EINVAL error from the ERRORS sections thatmpp1997-01-111-2/+0
| | | | | say is means that a pathname had the high-order bit set, since this is no longer an error.
* Update a bunch of man pages to use .Fn insteadmpp1996-08-221-1/+1
| | | | of .Nm when referencing funciton names.
* Document the possible EPERM return.joerg1996-04-171-0/+2
| | | | Submitted by: imp@village.org (Warner Losh)
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+97
OpenPOWER on IntegriCloud