aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlex Dunn2015-08-27 21:25:27 -0700
committerAlex Dunn2015-08-27 21:46:21 -0700
commit9520449823e4ffe7028d2e2b36ff1d3a9add9a60 (patch)
tree7fdc5981e3d9bd15c1246b43d4eb6e6c8d4cb555 /Library
parent73fb6760ea137143ac681664a2470db33f86fc71 (diff)
downloadbrew-9520449823e4ffe7028d2e2b36ff1d3a9add9a60.tar.bz2
sandbox: allow writing to /dev/zero
Closes Homebrew/homebrew#43344.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/sandbox.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/sandbox.rb b/Library/Homebrew/sandbox.rb
index 4d4fdaee0..20e6b9d39 100644
--- a/Library/Homebrew/sandbox.rb
+++ b/Library/Homebrew/sandbox.rb
@@ -136,6 +136,7 @@ class Sandbox
(literal "/dev/ptmx")
(literal "/dev/dtracehelper")
(literal "/dev/null")
+ (literal "/dev/zero")
(regex #"^/dev/fd/[0-9]+$")
(regex #"^/dev/ttys?[0-9]*$")
)