mkdir
default POSIX file permissions should be 775
, not 777
#22
Labels
enhancement
New feature or request
mkdir
default POSIX file permissions should be 775
, not 777
#22
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 to775
when the directory is created with a value of777
so it's not that huge of an issue but should definitely be consistent with best practices.The text was updated successfully, but these errors were encountered: