sandbox: sandbox homebrew/dupes by default
This commit is contained in:
parent
a381b597d3
commit
8ddc6aa2d4
@ -3,8 +3,9 @@ require "tempfile"
|
|||||||
|
|
||||||
class Sandbox
|
class Sandbox
|
||||||
SANDBOX_EXEC = "/usr/bin/sandbox-exec".freeze
|
SANDBOX_EXEC = "/usr/bin/sandbox-exec".freeze
|
||||||
SANDBOXED_TAPS = [
|
SANDBOXED_TAPS = %w[
|
||||||
"homebrew/core",
|
homebrew/core
|
||||||
|
homebrew/dupes
|
||||||
].freeze
|
].freeze
|
||||||
|
|
||||||
def self.available?
|
def self.available?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user