diff options
| author | ilovezfs | 2017-07-11 02:56:24 -0700 |
|---|---|---|
| committer | GitHub | 2017-07-11 02:56:24 -0700 |
| commit | 705b44502446144b01bc133e079af2bf6c78660d (patch) | |
| tree | ea017a87127142033aaa760387fb6f3f7ea2aa5b | |
| parent | ec91c3f8e23af9c16b7f8304b78484a717abcd03 (diff) | |
| parent | 53a677aba6f28a148c9950cfde7f73fda5cdf81f (diff) | |
| download | brew-705b44502446144b01bc133e079af2bf6c78660d.tar.bz2 | |
Merge pull request #2884 from ilovezfs/sandbox-allow-write-dev-random
sandbox: allow write access to /dev/random
| -rw-r--r-- | Library/Homebrew/sandbox.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/sandbox.rb b/Library/Homebrew/sandbox.rb index e2ff84ac5..e72ecb950 100644 --- a/Library/Homebrew/sandbox.rb +++ b/Library/Homebrew/sandbox.rb @@ -156,6 +156,7 @@ class Sandbox (literal "/dev/ptmx") (literal "/dev/dtracehelper") (literal "/dev/null") + (literal "/dev/random") (literal "/dev/zero") (regex #"^/dev/fd/[0-9]+$") (regex #"^/dev/ttys?[0-9]*$") |
