diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-06-06T16·44+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-06-06T16·44+0200 |
commit | 85e93d7b874f99730387714394bb60407cf138d5 (patch) | |
tree | a8b27c3200ce4d8dca85d9dc3f414bedb3c1d0bc /.gitignore | |
parent | d3f780996c05d348bd44fe846520153d5c1ae31c (diff) |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 1 insertions, 3 deletions
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 |