Skip to content

Should set permissive umask before exec. #486

Closed
@pillarsdotnet

Description

@pillarsdotnet

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions