diff options
| author | Dominyk Tiller | 2016-09-21 22:14:01 +0100 | 
|---|---|---|
| committer | Dominyk Tiller | 2016-09-21 22:14:01 +0100 | 
| commit | 273affabe374c4ed2f3c852efd0fa1146790cc84 (patch) | |
| tree | 2cdfc6bf18ab90e728b86d16cdcffd153e7ade98 /Library/Homebrew/sandbox.rb | |
| parent | 8ddc6aa2d47ccd6a25e026c2a1bf3b07ad016d4c (diff) | |
| download | brew-273affabe374c4ed2f3c852efd0fa1146790cc84.tar.bz2 | |
sandbox: sandbox homebrew/fuse by default
Diffstat (limited to 'Library/Homebrew/sandbox.rb')
| -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 e13335e1f..6b0467f9a 100644 --- a/Library/Homebrew/sandbox.rb +++ b/Library/Homebrew/sandbox.rb @@ -6,6 +6,7 @@ class Sandbox    SANDBOXED_TAPS = %w[      homebrew/core      homebrew/dupes +    homebrew/fuse    ].freeze    def self.available?  | 
