aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMike McQuaid2016-09-23 11:12:08 +0100
committerGitHub2016-09-23 11:12:08 +0100
commit597a92af446a357c9d7d69dc57c4570c0fe06d85 (patch)
tree139a0fd40a41ddf633574e196333af936b47b3f6 /Library/Homebrew/cmd
parent9001855d64c4f069a0983cf0b82815766fd9c035 (diff)
parent536c48e804407a99c9fe750ca31cd42c7c1fd55a (diff)
downloadbrew-597a92af446a357c9d7d69dc57c4570c0fe06d85.tar.bz2
Merge pull request #1101 from MikeMcQuaid/sandbox-repository
sandbox: tweak HOMEBREW_REPOSITORY handling.
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/postinstall.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/postinstall.rb b/Library/Homebrew/cmd/postinstall.rb
index 71b71b3f5..e0bd8e31b 100644
--- a/Library/Homebrew/cmd/postinstall.rb
+++ b/Library/Homebrew/cmd/postinstall.rb
@@ -36,7 +36,7 @@ module Homebrew
sandbox.allow_write_cellar(formula)
sandbox.allow_write_xcode
sandbox.allow_write_path HOMEBREW_PREFIX
- sandbox.deny_write_homebrew_library
+ sandbox.deny_write_homebrew_repository
sandbox.exec(*args)
else
exec(*args)