macOS Bash sandbox fails with spawn sandbox-exec ENOENT #4849
Unanswered
wbbb040610-ui
asked this question in
Q&A
Replies: 1 comment
|
I documented this as a provider-startup boundary rather than a file denial: host Independent SandBase handbook: https://sandbaseai.github.io/deepseek-harness-handbook/sandbox-denied-vs-unavailable.html#when-macos-says-spawn-sandbox-exec-enoent |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
OS: macOS
Node: v24.19.0
dsh: 0.1.0-rc.7
The Bash tool previously worked and could read/write files.
Now every Bash command fails with:
BashError: spawn sandbox-exec ENOENT
On the host macOS:
which sandbox-execreturns /usr/bin/sandbox-execI also tested the dsh-sandbox-local Seatbelt implementation.
Changing the executable to /usr/bin/sandbox-exec still results in:
spawn /usr/bin/sandbox-exec ENOENT
This appears to be an issue with the Bash sandbox execution environment.
All reactions