From 85e93d7b874f99730387714394bb60407cf138d5 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 6 Jun 2017 18:44:49 +0200 Subject: Always use the Darwin sandbox Even with "build-use-sandbox = false", we now use sandboxing with a permissive profile that allows everything except the creation of setuid/setgid binaries. --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1cf7a3c35159..6163087384d8 100644 --- a/.gitignore +++ b/.gitignore @@ -48,9 +48,7 @@ perl/Makefile.config /src/libexpr/nix.tbl # /src/libstore/ -/src/libstore/schema.sql.gen.hh -/src/libstore/sandbox-defaults.sb.gen.hh -/src/libstore/sandbox-network.sb.gen.hh +/src/libstore/*.gen.hh /src/nix/nix -- cgit 1.4.1