summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-10-05 08:58:22 +0200
committerJim Meyering <meyering@redhat.com>2007-10-05 09:03:42 +0200
commitf8cd8d524ccec3e56431596f0cc647724e7192ae (patch)
treeea45d8708e0abd3e71c88d15b17b1a1af117a05f /doc/coreutils.texi
parent43d0c30bf0b4cf722aa0debb12c552f822387f4c (diff)
downloadcoreutils-f8cd8d524ccec3e56431596f0cc647724e7192ae.tar.xz
List two systems on which chroot works when run by non-root.
Diffstat (limited to 'doc/coreutils.texi')
-rw-r--r--doc/coreutils.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 46f1fd935..f27c6c527 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -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