mirror of
https://github.com/NixOS/nix
synced 2025-07-13 17:10:47 +02:00
Add a test for the user sandboxing
This commit is contained in:
parent
7986891980
commit
21cd71d250
3 changed files with 211 additions and 0 deletions
|
@ -42,4 +42,6 @@ in
|
|||
(system: runNixOSTestFor system ./setuid.nix);
|
||||
|
||||
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