-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
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
Labels
Projects
Status
Done