about summary refs log tree commit diff
path: root/tests/make-test.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-06-09 23:19:19 +0200
committeraszlig <aszlig@nix.build>2018-06-09 23:57:21 +0200
commit90316a0ec638e82819188647d6c0ceed339c7714 (patch)
tree87e6f451ed3e484efdba9494ede1a2902a3ca991 /tests/make-test.nix
parent636cf1561c0e2232c13149e6e66c8a00598772f9 (diff)
pkgs/sandbox: Handle store paths that are symlinks
For example the store path of libGL-1.0.0 is a symlink pointing to
libglvnd-1.0.0 right now on my machine.

If we have such a symlink the sandbox would just silently skip it and
only mount the *resolved* path instead of creating the symlink leading
to the target.

Now whenever bind_mount() with the resolve argument being true is used,
we create all the symlinks leading to the target path determined by
realpath().

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'tests/make-test.nix')
0 files changed, 0 insertions, 0 deletions