sandbox: sandbox homebrew/dupes by default

This commit is contained in:
Dominyk Tiller 2016-09-21 20:10:35 +01:00
parent a381b597d3
commit 8ddc6aa2d4
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -3,8 +3,9 @@ require "tempfile"
class Sandbox
SANDBOX_EXEC = "/usr/bin/sandbox-exec".freeze
SANDBOXED_TAPS = [
"homebrew/core",
SANDBOXED_TAPS = %w[
homebrew/core
homebrew/dupes
].freeze
def self.available?