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
{{ message }}
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.
I agree, explicit 0755 prevents ACLs from working: with default ACLs for e.g. a group all files inherit those, but with explicit 0755, or better g-w the POSIX permissions are stronger than the ACLs and the whole multiuser problem is unsolved again :/
I second cweiske's proposal: either umask or config option!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Pyrus often uses
mkdir($foo, 0755)
, which is not always wanted.In our company, we have many people using the same pyrus installation on the same machine with different users. We need 0775 as permissions.
Pyrus should either use the umask, or have a configuration option to modify.
The text was updated successfully, but these errors were encountered: