From c96e8cd097ce0d181467fddd92acad4341ca566a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 31 May 2017 17:23:27 +0200 Subject: OS X sandbox: Improve builtin sandbox profile Also, add rules to allow fixed-output derivations to access the network. These rules are sufficient to build stdenvDarwin without any __sandboxProfile magic. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 60bd7d06499c..1cf7a3c35159 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,7 @@ perl/Makefile.config # /src/libstore/ /src/libstore/schema.sql.gen.hh /src/libstore/sandbox-defaults.sb.gen.hh +/src/libstore/sandbox-network.sb.gen.hh /src/nix/nix -- cgit 1.4.1