Open
Description
The MacOS sandbox seems to prevent opening a connection on localhost
. On the CI MacOS worker, the localhost:port
binding raised:
Unix.Unix_error(Unix.EPERM, "bind", "")
@kit-ty-kate executed a command to test it and it also failed:
% ~/.opam/opam-init/hooks/sandbox.sh build nc -l 8000
nc: Operation not permitted
Would there be a way to tweak sandbox-exec
to support it?