1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01:48 +02:00

Add a test for the user sandboxing

test: add user-sandboxing to hydraJobs
This commit is contained in:
Théophane Hufschmitt 2024-04-08 14:51:54 +02:00 committed by Tom Bereknyei
parent 6f9d2e46fa
commit d24431dea2
3 changed files with 211 additions and 0 deletions

View file

@ -636,6 +636,8 @@
tests.ca-fd-leak = runNixOSTestFor "x86_64-linux" ./tests/nixos/ca-fd-leak;
tests.user-sandboxing = runNixOSTestFor "x86_64-linux" ./tests/nixos/user-sandboxing;
# Make sure that nix-env still produces the exact same result
# on a particular version of Nixpkgs.