You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite astrid explicitly sets umask 0x007, some files are created with 644 permissions. Those are perhaps created by forked processes (probably git) that don't honor/override the umask.
This has two negative impacts:
files are write readable -- broken separation,
files are group nonwritable -- broken automatic builds (should they overwrite such file).
Proposed solution:
Astrid should chmod after git operations,
Despite astrid explicitly sets umask 0x007, some files are created with 644 permissions. Those are perhaps created by forked processes (probably git) that don't honor/override the umask.
This has two negative impacts:
Proposed solution:
Astrid should
chmod
after git operations,Related: #11.
The text was updated successfully, but these errors were encountered: