Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

umask as env variable #2599

Closed
Gjermundhp02 opened this issue Jan 18, 2024 · 1 comment · Fixed by #2601
Closed

umask as env variable #2599

Gjermundhp02 opened this issue Jan 18, 2024 · 1 comment · Fixed by #2601

Comments

@Gjermundhp02
Copy link
Contributor

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}"
@itzg
Copy link
Owner

itzg commented Jan 18, 2024

Great idea. A PR would be glad accepted if you want to submit that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants