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

Add a test for the user sandboxing

This commit is contained in:
Théophane Hufschmitt 2024-04-08 14:51:54 +02:00
parent 93e8660bba
commit 1b8ff553bd
3 changed files with 211 additions and 0 deletions

View file

@ -160,4 +160,6 @@ in
fetch-git = runNixOSTestFor "x86_64-linux" ./fetch-git;
ca-fd-leak = runNixOSTestFor "x86_64-linux" ./ca-fd-leak;
user-sandboxing = runNixOSTestFor "x86_64-linux" ./user-sandboxing;
}