diff --git a/pkg/worker/base_runc_config.json b/pkg/worker/base_runc_config.json index ec2540914..7cfa50d4f 100644 --- a/pkg/worker/base_runc_config.json +++ b/pkg/worker/base_runc_config.json @@ -420,6 +420,18 @@ "type": "bind", "source": "/workspace/sdk", "options": ["ro", "rbind", "rprivate", "nosuid", "nodev"] + }, + { + "destination": "/run/sshd", + "type": "tmpfs", + "source": "tmpfs", + "options": [ + "nosuid", + "nodev", + "noexec", + "mode=0755", + "size=65536k" + ] } ], "hooks": {