-
Notifications
You must be signed in to change notification settings - Fork 280
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
PHP: Revisit the default umask, consider 022 #1571
Comments
I found an open pull request on Emscripten : #17270 . They need a test to validate the PR. I have no idea how to do this. But I would be glad to see this PR merged. [ BTW we probably need 022 instead of 027 ] |
👋 I've created a PR to update the default umask in Emscripten: emscripten-core/emscripten#22589 |
emscripten-core/emscripten#22589 has been merged, so once a new version of Emscripten is released, we could upgrade it as we did in #1471. |
Lovely work @fluiddot, thank you! |
Related to this Studio issue:
Automattic/studio#269
tl;dr the permissions of files newly created by PHP.wasm are not aligned with the default unix values. It seems like an Emscripten-level issue:
emscripten-core/emscripten#9916
emscripten-core/emscripten#17269
We'll need either an Emscripten PR or a Playground-level patch.
The text was updated successfully, but these errors were encountered: