diff options
author | Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | 2024-04-11 13:41:49 +0200 |
---|---|---|
committer | K900 <me@0upti.me> | 2024-04-11 15:43:58 +0300 |
commit | 07b627cc6d1224df75ea2d4979c4c83bb67392f1 (patch) | |
tree | d4c46eb2c75b55154f78d9ef1cb1ffbbe84edf72 /tests/functional/linux-sandbox.sh | |
parent | aeee22e5a17404b10dd14b5289e302eaf546e1aa (diff) |
Merge pull request #10456 from NixOS/fixpermdeniedbind
Fix adding symlink to the sandbox paths
(cherry-picked from commit da1e977bf48cff2a635034c85e7c13878e38efc2)
Change-Id: I221c85a38180800ec6552d2e86a88df48398fad8
Diffstat (limited to 'tests/functional/linux-sandbox.sh')
-rw-r--r-- | tests/functional/linux-sandbox.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/functional/linux-sandbox.sh b/tests/functional/linux-sandbox.sh index ff7d257bd..04209277b 100644 --- a/tests/functional/linux-sandbox.sh +++ b/tests/functional/linux-sandbox.sh @@ -73,3 +73,6 @@ testCert missing fixed-output "$nocert" # Cert in sandbox when ssl-cert-file is set to an existing file testCert present fixed-output "$cert" + +# Symlinks should be added in the sandbox directly and not followed +nix-sandbox-build symlink-derivation.nix |