lix/src/libstore
Matthew Bauer 499b038875 Fix sandbox fallback settings
The tmpDirInSandbox is different when in sandboxed vs. non-sandboxed.
Since we don’t know ahead of time here whether sandboxing is enabled,
we need to reset all of the env vars we’ve set previously. This fixes
the issue encountered in https://github.com/NixOS/nixpkgs/issues/70856.
2019-10-12 19:22:13 -04:00
..
builtins OCD performance fix: {find,count}+insert => insert 2019-10-09 16:06:29 +02:00
binary-cache-store.cc BinaryCacheStore: Add index-debug-info option 2019-09-04 19:28:26 +02:00
binary-cache-store.hh BinaryCacheStore: Add index-debug-info option 2019-09-04 19:28:26 +02:00
build.cc Fix sandbox fallback settings 2019-10-12 19:22:13 -04:00
builtins.hh
crypto.cc
crypto.hh
derivations.cc Support allowSubstitutes attribute in structured attribute derivations 2019-09-03 16:03:49 +02:00
derivations.hh Support allowSubstitutes attribute in structured attribute derivations 2019-09-03 16:03:49 +02:00
download.cc Ensure that Callback is called only once 2019-09-03 13:45:35 +02:00
download.hh Shut up some warnings 2019-09-22 21:57:05 +02:00
export-import.cc
fs-accessor.hh Shut up some warnings 2019-09-22 21:57:05 +02:00
gc.cc Merge pull request #2338 from bobvanderlinden/pr-cannot-delete-alive-why 2019-09-30 14:06:52 +02:00
globals.cc config: use all of XDG_CONFIG_DIRS 2018-10-31 09:24:43 +01:00
globals.hh Merge branch 'test-sandboxing' of https://github.com/matthewbauer/nix 2019-08-27 20:58:47 +02:00
http-binary-cache-store.cc Add some noexcepts 2019-09-03 13:45:35 +02:00
legacy-ssh-store.cc Add some noexcepts 2019-09-03 13:45:35 +02:00
local-binary-cache-store.cc BinaryCacheStore: Add index-debug-info option 2019-09-04 19:28:26 +02:00
local-fs-store.cc
local-store.cc Doh 2019-10-10 00:12:30 +02:00
local-store.hh Remove world-writability from per-user directories 2019-10-09 23:34:48 +02:00
local.mk Handle empty sandbox_shell 2019-10-08 23:12:54 -04:00
machines.cc getMachines(): Cache result 2019-04-01 21:09:35 +02:00
machines.hh
misc.cc OCD performance fix: {find,count}+insert => insert 2019-10-09 16:06:29 +02:00
nar-accessor.cc
nar-accessor.hh
nar-info-disk-cache.cc Fix assertion failure in NarInfoDiskCache 2018-12-12 17:13:22 +01:00
nar-info-disk-cache.hh
nar-info.cc
nar-info.hh
nix-store.pc.in pkg-config files: Use c++17 2019-03-14 14:11:12 +01:00
optimise-store.cc
parsed-derivations.cc Support allowSubstitutes attribute in structured attribute derivations 2019-09-03 16:03:49 +02:00
parsed-derivations.hh Support allowSubstitutes attribute in structured attribute derivations 2019-09-03 16:03:49 +02:00
pathlocks.cc pathlocks: add include to fcntl.h for O_CLOEXEC 2019-08-07 07:41:22 -05:00
pathlocks.hh Use BSD instead of POSIX file locks 2019-08-02 18:39:16 +02:00
profiles.cc
profiles.hh
references.cc OCD performance fix: {find,count}+insert => insert 2019-10-09 16:06:29 +02:00
references.hh
remote-fs-accessor.cc
remote-fs-accessor.hh
remote-store.cc Revert "std::uncaught_exception() -> std::uncaught_exceptions()" 2019-10-04 16:34:59 +02:00
remote-store.hh Add some noexcepts 2019-09-03 13:45:35 +02:00
s3-binary-cache-store.cc Add a 5 seconds of timeouts to connect to S3. 2019-03-15 13:23:58 +01:00
s3-binary-cache-store.hh
s3.hh s3: make scheme configurable 2018-12-07 23:55:38 +01:00
sandbox-defaults.sb
sandbox-minimal.sb
sandbox-network.sb
schema.sql
serve-protocol.hh Make adding paths via nix-store --serve run in constant memory 2018-08-03 21:21:16 +02:00
sqlite.cc
sqlite.hh
ssh-store.cc
ssh.cc Revert "Restore parent mount namespace before executing a child process" 2019-02-05 10:49:19 +01:00
ssh.hh SSHMaster: Bypass SSH when connecting to localhost 2018-08-03 21:20:38 +02:00
store-api.cc OCD performance fix: {find,count}+insert => insert 2019-10-09 16:06:29 +02:00
store-api.hh Remove world-writability from per-user directories 2019-10-09 23:34:48 +02:00
worker-protocol.hh