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
For some reason, non-root users can change modes on files and directories owned by root (e.g. /root).
/root
ls -lahd /root
nonroot
su nonroot -c "chmod o+rx /root"
ls -lahd /root adduser -S -D -H nonroot su nonroot -c "chmod o+rx /root" ls -lahd /root deluser nonroot
The text was updated successfully, but these errors were encountered:
It seems like the same issue exists for chown.
chown
Sorry, something went wrong.
Maybe because this is a prooted / chrooted Linux running inside iOS like Andronix / Termux on Android ?
@freebrowser1 iSH emulates kernel things, so that shouldn't be the case.
No branches or pull requests
For some reason, non-root users can change modes on files and directories owned by root (e.g.
/root
).Steps to reproduce
ls -lahd /root
nonroot
.su nonroot -c "chmod o+rx /root"
ls -lahd /root
again.Full test
The text was updated successfully, but these errors were encountered: