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

Add a test for the user sandboxing

(cherry picked from commit 717f3eea39)
This commit is contained in:
Théophane Hufschmitt 2024-04-08 14:51:54 +02:00 committed by Eelco Dolstra
parent 560ca6f54f
commit 022f2db6ef
3 changed files with 211 additions and 0 deletions

View file

@ -162,4 +162,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;
}