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
ideally we don’t want to use nc.
could use a binary but it’s last resort.
ls -lah
The text was updated successfully, but these errors were encountered:
~ λ cd $(mktemp -d) /tmp/tmp.LmMxToZOXw λ mkfifo test /tmp/tmp.LmMxToZOXw λ unshare --mount --map-root-user --user --pid --fork /bin/bash root@sherlock:/tmp/tmp.LmMxToZOXw# echo a > test root@sherlock:/tmp/tmp.LmMxToZOXw#
~ λ cd /tmp/tmp.LmMxToZOXw /tmp/tmp.LmMxToZOXw λ cat test a
could do fifo
Sorry, something went wrong.
poc exists da611fd now, next step is to incorporate this into main.
ezrizhu
Successfully merging a pull request may close this issue.
ideally we don’t want to use nc.
could use a binary but it’s last resort.
ls -lah
should have the same output inside and outside of try, as a non-root user.The text was updated successfully, but these errors were encountered: