]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
List two systems on which chroot works when run by non-root.
authorJim Meyering <meyering@redhat.com>
Fri, 5 Oct 2007 06:58:22 +0000 (08:58 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 5 Oct 2007 07:03:42 +0000 (09:03 +0200)
doc/ChangeLog
doc/coreutils.texi

index 66f223b29f30aa1528b88dc19bb694159ff8b756..5043a8f2786d5a28267b22a10a3937eb750de3d2 100644 (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
index 46f1fd935e1560659c739b7760c5976abf8d1ad0..f27c6c5278af273aa577c6691ba87b42d3dda8ec 100644 (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