You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like a hard problem to fix sadly :/ sandbox-exec does not seem to support creating a new network namespace like bubblewrap --unshare-net can.
The best that can be done is:
(allow network* (local ip "localhost:*"))
but this would allow possible outside attackers to connect to the macOS machine remotely (I tested it) and maybe even highjacking some of the already open ports (not tested)
The MacOS sandbox seems to prevent opening a connection on
localhost
. On the CI MacOS worker, thelocalhost:port
binding raised:@kit-ty-kate executed a command to test it and it also failed:
Would there be a way to tweak
sandbox-exec
to support it?The text was updated successfully, but these errors were encountered: