mirror of
https://github.com/gosticks/brew.git
synced 2026-08-12 12:40:22 +00:00
Allow access to lock directory inside tests.
This commit is contained in:
@@ -87,6 +87,7 @@ module Homebrew
|
||||
sandbox.allow_write_log(f)
|
||||
sandbox.allow_write_xcode
|
||||
sandbox.allow_write_path(HOMEBREW_PREFIX/"var/cache")
|
||||
sandbox.allow_write_path(HOMEBREW_PREFIX/"var/homebrew/locks")
|
||||
sandbox.allow_write_path(HOMEBREW_PREFIX/"var/log")
|
||||
sandbox.allow_write_path(HOMEBREW_PREFIX/"var/run")
|
||||
sandbox.exec(*args)
|
||||
|
||||
Reference in New Issue
Block a user