-
Notifications
You must be signed in to change notification settings - Fork 589
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
DrvFS default umask #1628
Comments
Same issue as #1767 (technically, that one is the duplicate since this came earlier). Should be fixed by #2004. The core issue is right: the default umask should be documented as 000, based on our testing in WSL. However, regarding the second part of the issue:
That part of the documentation is correct as written:
The masks |
Resolves MicrosoftDocs#1628 by making docs consistent with real behavior tested in WSL2. (Also resolves MicrosoftDocs#1767 by making the table consistent with the following paragraph, but note from testing, it was the paragraph that didn't match the real behavior, not the table.)
Documentation Issue
In the table, default
umask
is said to be000
. In the text afterwards, it's said to be022
. From my experience, almost all files and directories from DrvFS are777
, so it seems the former is correct.Besides, it's written that permissions go through an OR, however it's a AND(NOT).
Link to documentation page
https://learn.microsoft.com/en-us/windows/wsl/wsl-config
Suggested Improvements
No response
The text was updated successfully, but these errors were encountered: