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
Hi,
Noticed that files are being incorrectly set. For example with a umask of 002, A new file permissions should be set to 664 and a new directory permissions set to 775. But I'm getting 775 on files and the same for directories. I was wondering if this is intentional, as windows considers all files to be executable. But for the purpose I'm using this software for its not desirable. Is it possible for you to add a new flag to apply 111 umask to only files and then apply the create_umask value to that?