Skip to content

Commit c36ab2c

Browse files
committed
disable privilege escalation
disallows sudo, etc.
1 parent ae5f8a7 commit c36ab2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mybinder/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ binderhub:
218218
extraConfig:
219219
neverRestart: |
220220
c.KubeSpawner.extra_pod_config.update({'restart_policy': 'Never'})
221+
noPrivilegeEscalation: |
222+
c.KubeSpawner.allow_privilege_escalation = False
221223
noAuthMetrics: |
222224
c.JupyterHub.authenticate_prometheus = False
223225
service:

0 commit comments

Comments
 (0)