mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15:03:02 +00:00
I made the correction to the PR
I resolved my previous commit as suggested
This commit is contained in:

committed by
GitHub

parent
b87b8c52d3
commit
a785b8d38a
@@ -10,13 +10,13 @@ The **Security Overview** section helps you learn about:
|
|||||||
This overview also helps you obtain a deeper understanding of how JupyterHub
|
This overview also helps you obtain a deeper understanding of how JupyterHub
|
||||||
works.
|
works.
|
||||||
|
|
||||||
## Semi-trusted and Untrusted Users
|
## Semi-trusted and untrusted users
|
||||||
|
|
||||||
JupyterHub is designed to be a _simple multi-user server for modestly sized
|
JupyterHub is designed to be a _simple multi-user server for modestly sized
|
||||||
groups_ of **semi-trusted** users. While the design reflects serving semi-trusted
|
groups_ of **semi-trusted** users. While the design reflects serving semi-trusted
|
||||||
users, JupyterHub is not necessarily unsuitable for serving **untrusted** users.
|
users, JupyterHub is not necessarily unsuitable for serving **untrusted** users.
|
||||||
|
|
||||||
Using JupyterHub with **untrusted** users entails more work by the
|
Using JupyterHub with **untrusted** users does mean more work by the
|
||||||
administrator. Much care is required to secure a Hub, with extra caution on
|
administrator. Much care is required to secure a Hub, with extra caution on
|
||||||
protecting users from each other as the Hub is serving untrusted users.
|
protecting users from each other as the Hub is serving untrusted users.
|
||||||
|
|
||||||
@@ -41,7 +41,7 @@ To protect all users from each other, JupyterHub administrators must
|
|||||||
ensure that:
|
ensure that:
|
||||||
|
|
||||||
- A user **does not have permission** to modify their single-user notebook server,
|
- A user **does not have permission** to modify their single-user notebook server,
|
||||||
as well as:
|
including:
|
||||||
- A user **may not** install new packages in the Python environment that runs
|
- A user **may not** install new packages in the Python environment that runs
|
||||||
their single-user server.
|
their single-user server.
|
||||||
- If the `PATH` is used to resolve the single-user executable (instead of
|
- If the `PATH` is used to resolve the single-user executable (instead of
|
||||||
|
Reference in New Issue
Block a user