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

Merge pull request from GHSA-q82p-44mg-mgh5

Fix sandbox escape 2.18
This commit is contained in:
tomberek 2024-06-26 18:49:22 -04:00 committed by GitHub
commit 1ee7a9b84f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 259 additions and 8 deletions

View file

@ -642,6 +642,8 @@
tests.ca-fd-leak = runNixOSTestFor "x86_64-linux" ./tests/nixos/ca-fd-leak;
tests.user-sandboxing = runNixOSTestFor "x86_64-linux" ./tests/nixos/user-sandboxing;
# Make sure that nix-env still produces the exact same result
# on a particular version of Nixpkgs.