-
- Downloads
sandbox: permit /var/tmp & DerivedData
Long term it would be nice to sandbox everything that writes to DerivedData
but it is essentially a cache directory of sorts.
The downside of allowing stuff to write there particularly is that DerivedData
is notoriously bad at getting cleaned up, so if you do a lot of Xcode-using
installations very quickly, you can chew your disk space up.
Closes Homebrew/homebrew#43276.
Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
Showing
- Library/Homebrew/cmd/postinstall.rb 1 addition, 0 deletionsLibrary/Homebrew/cmd/postinstall.rb
- Library/Homebrew/cmd/test.rb 1 addition, 0 deletionsLibrary/Homebrew/cmd/test.rb
- Library/Homebrew/formula_installer.rb 1 addition, 0 deletionsLibrary/Homebrew/formula_installer.rb
- Library/Homebrew/sandbox.rb 6 additions, 0 deletionsLibrary/Homebrew/sandbox.rb
Please register or sign in to comment