chroot: accept new options --userspec=U:G and --groups=G1,G2,G3
authorGiuseppe Scrivano <gscrivano@gnu.org>
Fri, 1 May 2009 21:50:11 +0000 (23:50 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 26 May 2009 13:10:22 +0000 (15:10 +0200)
commitc45c51fe97193898f3909dcf5e4c0e117ab239a2
tree9a146adbde39cce97dbd4e1ee5aa3eb296fe02a6
parent39285f6008a26ff1d5facbffcbf12f57d60564d1
chroot: accept new options --userspec=U:G and --groups=G1,G2,G3

* NEWS: Note chroot's new options.
* doc/coreutils.texi: Document them.
* src/chroot.c (main): Add support for --userspec and --groups.
* tests/Makefile.am (root-tests): Add chroot/credentials.
* tests/chroot/credentials: New file.
* tests/test-lib.sh: Define NON_ROOT_GROUP to a default value.
NEWS
doc/coreutils.texi
src/chroot.c
tests/Makefile.am
tests/chroot/credentials [new file with mode: 0755]
tests/test-lib.sh