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

mkdir default POSIX file permissions should be 775, not 777 #22

Closed
05nelsonm opened this issue Dec 11, 2023 · 0 comments · Fixed by #24
Closed

mkdir default POSIX file permissions should be 775, not 777 #22

05nelsonm opened this issue Dec 11, 2023 · 0 comments · Fixed by #24
Labels
enhancement New feature or request

Comments

@05nelsonm
Copy link
Owner

Node.js defaults to 777
Currently Native is using 777 as well (to be consistent).

other shouldn't have execute permissions on the directory. Macos and Linux will actually default to 775 when the directory is created with a value of 777 so it's not that huge of an issue but should definitely be consistent with best practices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant