-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Permissions on Created File #214
Comments
Edit: Found the newFileMode setting in another issue on here. It's not in the GUI settings or documentation. |
Improvement to #39 Not a huge priority of adding a Settings UI entry for this, but I'll keep it in mind. The 666 seems a bit weird. I can't check the code right now, but the default umask shouldn't be that. |
Due to the fact that I have been making world-writable files left and right for quite some time now and didn't realize it, I think that at a minimum, it should be in the UI as up to right now, it seems the default is still 666. |
Just added this (af76438, b904fb9) to the extension. The default permission is now Mind that I stuck with the default for non-root users ( These changes will be released in the next version after the current v1.24.0, which I'll probably release later during the weekend. |
Whenever I create a file it assigns 666 permissions. It should be 644.
The text was updated successfully, but these errors were encountered: