1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-22 17:01:08 +01:00

Manual backport of f8170ce9f1 to fix CVE-2024-27297

(cherry picked from commit 3e99257053)
This commit is contained in:
Nick Hu 2024-03-12 11:41:08 +00:00 committed by github-actions[bot]
parent e8334d110c
commit 1ba10f66cb
7 changed files with 240 additions and 0 deletions

View file

@ -598,6 +598,7 @@
["i686-linux" "x86_64-linux"]
(system: runNixOSTestFor system ./tests/nixos/setuid.nix);
tests.ca-fd-leak = runNixOSTestFor "x86_64-linux" ./tests/nixos/ca-fd-leak;
# Make sure that nix-env still produces the exact same result
# on a particular version of Nixpkgs.