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
In my use-case, we have a restrictive umask 0027 as required by CIS security-hardening standards. Puppet (and thus puppet-python inherits this umask. The files installed by pip are affected by this umask.
In order to make installed Python pips available to non-root users, this module should set a permissive umask such as 0002 or 0022 before invoking pip.
The text was updated successfully, but these errors were encountered:
In my use-case, we have a restrictive umask
0027
as required by CIS security-hardening standards. Puppet (and thus puppet-python inherits this umask. The files installed bypip
are affected by this umask.In order to make installed Python pips available to non-root users, this module should set a permissive umask such as
0002
or0022
before invokingpip
.The text was updated successfully, but these errors were encountered: