Skip to content

Commit de493ea

Browse files
authored
Merge pull request #417 from nix-community/revert-bind
Revert "buildbot_effects: bind /bin/sh"
2 parents 8a50a4b + 6ff605e commit de493ea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

buildbot_effects/buildbot_effects/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,6 @@ 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",
246243
]
247244

248245
with NamedTemporaryFile() as tmp:

0 commit comments

Comments
 (0)