Skip to content

umask as env variable #2599

@Gjermundhp02

Description

@Gjermundhp02

Enhancement Type

Improve an existing feature

Describe the enhancement

For a project I'm doing i need more restrictive file permissions in the data directory. (750)

umask is already in the /start file and it would be nice to have it as an environment variable.

-umask 0002
+umask "${UMASK:=0002}"

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions