Skip to content

Commit

Permalink
add ssh run dir (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-lombardi authored Jan 2, 2025
1 parent 3d8c234 commit 13988cf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkg/worker/base_runc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 13988cf

Please sign in to comment.