mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Add a test for the user sandboxing
This commit is contained in:
parent
fcdf99b5f5
commit
cad14405c2
3 changed files with 211 additions and 0 deletions
|
@ -158,4 +158,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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue