jupyterhub / jupyterhub/systemdspawner

Option to set Umask

Open
#59 0 comments 3 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
100
Forks
44
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.