diff options
author | Shea Levy <shea@shealevy.com> | 2015-11-21T21·40-0500 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2015-11-21T21·40-0500 |
commit | e0bd114e099810b58385142f1347891e3074a1ec (patch) | |
tree | 173588a9f3bc739cf5c6c6237e4331342579c2af /src/libstore/local.mk | |
parent | b9b7bb18063d8315cd84424b7e3535b76d06cfc6 (diff) |
Revert "remove sandbox-defaults.sb"
As discussed in NixOS/nixpkgs#11001, we still need some of the old sandbox mechanism. This reverts commit d760c2638c9e1f4b8cd9b4ec90d68bf0c76a800b.
Diffstat (limited to 'src/libstore/local.mk')
-rw-r--r-- | src/libstore/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstore/local.mk b/src/libstore/local.mk index bf5c256c949e..f10981ad444c 100644 --- a/src/libstore/local.mk +++ b/src/libstore/local.mk @@ -33,3 +33,4 @@ $(d)/local-store.cc: $(d)/schema.sql.hh clean-files += $(d)/schema.sql.hh $(eval $(call install-file-in, $(d)/nix-store.pc, $(prefix)/lib/pkgconfig, 0644)) +$(eval $(call install-file-in, $(d)/sandbox-defaults.sb, $(datadir)/nix, 0644)) |