Skip to content

Commit 86f01d6

Browse files
zowoqMic92
authored andcommitted
buildbot_effects: bind /bin/sh
1 parent 7b9470b commit 86f01d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildbot_effects/buildbot_effects/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@ def run_effects(
240240
"--bind",
241241
"/nix/var/nix/daemon-socket/socket",
242242
"/nix/var/nix/daemon-socket/socket",
243+
"--ro-bind",
244+
"/bin/sh",
245+
"/bin/sh",
243246
]
244247

245248
with NamedTemporaryFile() as tmp:

0 commit comments

Comments
 (0)