We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment: Ubuntu 20.04, uutils main branch (git commit 6a8b766), GNU coreutils v8.30
main
Steps to reproduce:
sudo chroot --userspec=65534 / id -G
What happens now: uutils chroot outputs the ID of the root user
chroot
0
What I expected to happen: GNU chroot outputs the ID of the user given in the --userspec argument:
--userspec
65534
Notes: this is causing a failure in the GNU test file tests/chroot/chroot-credentials.sh.
tests/chroot/chroot-credentials.sh
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Environment: Ubuntu 20.04, uutils
main
branch (git commit 6a8b766), GNU coreutils v8.30Steps to reproduce:
What happens now: uutils
chroot
outputs the ID of the root userWhat I expected to happen: GNU
chroot
outputs the ID of the user given in the--userspec
argument:Notes: this is causing a failure in the GNU test file
tests/chroot/chroot-credentials.sh
.The text was updated successfully, but these errors were encountered: