-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
rm: gentoo sandbox violation when emerging certain python packages #7002
New issue
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
Comments
please provide some steps to reproduce. |
|
Sorry, i meant some simple commands with rm and the other steps that triggered the issue |
looking at |
Please provide steps to reproduce :) |
touch test.txt
strace -o gnu.log /usr/bin/rm test.txt
touch test.txt
strace -o uu.log /usr/bin/uu-rm test.txt
touch test.txt
strace -o busybox.log /usr/bin/busybox rm test.txt
|
how do i setup the sandbox? |
When replacing GNU rm with uutils-rm (
cp /usr/bin/uu-rm /usr/bin/rm
) I get an error when emerging certain python packages.However when replacing GNU rm with busybox-rm everything is fine.
sandbox.log
The text was updated successfully, but these errors were encountered: