-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
How to set umask #1217
Comments
Well there is no umask, but there's also no cmdline utilities. What are you using to generate files? |
For processes as EKS has a low soft limit but a high hard limit. I would like to be able to increase the soft limit. |
Do you mean ulimit, not umask? |
yes sorry |
For those wondering, you can set the umask with a shell wrapper in golang. Before launching the user's program simply call syscall.Umask() |
Since the
:latest
tag do not have a shell, how can i set umask?The text was updated successfully, but these errors were encountered: