sandbox: sandbox homebrew/dupes by default
This commit is contained in:
parent
a381b597d3
commit
8ddc6aa2d4
@ -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?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user