Skip to content

Commit

Permalink
Merge pull request #91 from jupyterhub/no-sudo
Browse files Browse the repository at this point in the history
Disable user sudo by default
  • Loading branch information
consideRatio authored May 24, 2023
2 parents ea439d8 + e9fcd22 commit 14de837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemdspawner/systemdspawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class SystemdSpawner(Spawner):
).tag(config=True)

disable_user_sudo = Bool(
False,
True,
help="""
Set to true to disallow becoming root (or any other user) via sudo or other means from inside the notebook
""",
Expand Down

0 comments on commit 14de837

Please sign in to comment.