-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow binding to localhost form within the darwin sandbox.
This allows, for example, Bazel to run itself within an integration test. (Ideally Bazel would be using a Unix socket here, but allowing loopback connections within a test seems legitimate.) I'm not sure why `(allow network-bind)`, which I found in the various configuration files in /usr/share/sandbox/ doesn't work... but I think this change opens up the sandbox in the minimal way to allow this. Fixes #10305 and improves upon #10068. RELNOTES: None. PiperOrigin-RevId: 282735849
- Loading branch information
1 parent
f26b0ff
commit fe7b4ef
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters