mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Merge pull request #169 from Carreau/no-everyone-read
Don't create home publicly readable
This commit is contained in:
@@ -22,6 +22,10 @@ permissions.
|
||||
|
||||
#. A home directory is created for the user under ``/home/jupyter-<username>``.
|
||||
|
||||
#. The default permission of the home directory is change with ``o-rwx`` (remove
|
||||
non-group members the ability to read, write or list files and folders in the
|
||||
Home directory).
|
||||
|
||||
#. No password is set for this unix system user by default. The password used
|
||||
to log in to JupyterHub (if using an authenticator that requires a password)
|
||||
is not related to the unix user's password in any form.
|
||||
|
||||
Reference in New Issue
Block a user