1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-18 17:56:54 +02:00

List two systems on which chroot works when run by non-root.

This commit is contained in:
Jim Meyering
2007-10-05 08:58:22 +02:00
parent 43d0c30bf0
commit f8cd8d524c
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2007-10-05 Jim Meyering <jim@meyering.net>
* coreutils.texi (chroot invocation): List two systems on which
chroot works when run by non-root.
2007-09-19 Jim Meyering <jim@meyering.net>
* coreutils.texi (expr invocation): Correct description of relative

View File

@@ -13203,7 +13203,11 @@ user, etc.
@cindex root directory, running a program in a specified
@command{chroot} runs a command with a specified root directory.
On many systems, only the super-user can do this.
On many systems, only the super-user can do this.@footnote{However,
some systems (e.g., FreeBSD) can be configured to allow certain regular
users to use the @code{chroot} system call, and hence to run this program.
Also, on Cygwin, anyone can run the @command{chroot} command, because the
underlying function is non-privileged due to lack of support in MS-Windows.}
Synopses:
@example