Skip to content
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

Document surprising and dangerous fs::Permissions behaviour on Unix #101644

Merged
merged 1 commit into from
Oct 24, 2022

Commits on Sep 19, 2022

  1. Document surprising and dangerous fs::Permissions behaviour on Unix

    This documents the very surprising behaviour that `set_readonly(false)` will make a file *world writable* on Unix. I would go so far as to say that this function should be deprecated on Unix, or maybe even entirely. But documenting the bad behaviour is a good first step.
    Timmmm committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    908bdea View commit details
    Browse the repository at this point in the history