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

Option to set Umask #59

Open
miguelmarco opened this issue Jul 31, 2019 · 0 comments
Open

Option to set Umask #59

miguelmarco opened this issue Jul 31, 2019 · 0 comments

Comments

@miguelmarco
Copy link

The files that are created by the jupyterlab instance run under this spawner have permissions -rw-r--r--

For some use cases, it would make sense that the files of one user could not be readable by other users. The usual way to set a default umask (in bashrc or profile) does not work since thet apply at login time, whereas the spawner does not log in.

Could you add an option to set the umask for the jupyter process?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant