1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +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 committed by Eelco Dolstra
parent 1c131ec2b7
commit 717f3eea39
3 changed files with 211 additions and 0 deletions

View file

@ -132,4 +132,6 @@ in
ca-fd-leak = runNixOSTestFor "x86_64-linux" ./ca-fd-leak;
gzip-content-encoding = runNixOSTestFor "x86_64-linux" ./gzip-content-encoding.nix;
user-sandboxing = runNixOSTestFor "x86_64-linux" ./user-sandboxing;
}