We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ca064 commit 4442087Copy full SHA for 4442087
1 file changed
pkgs/applications/virtualization/qemu/default.nix
@@ -142,6 +142,11 @@ stdenv.mkDerivation rec {
142
url = "https://gitlab.com/qemu-project/qemu/-/commit/4367a20cc442c56b05611b4224de9a61908f9eac.patch";
143
sha256 = "sha256-hpNu4Zjw1dIbT6Vt57cayHE1Elaltp0a/bsKlDY0Qr8=";
144
})
145
+ (fetchpatch {
146
+ name = "CVE-2020-14394.patch";
147
+ url = "https://gitlab.com/qemu-project/qemu/-/commit/effaf5a240e03020f4ae953e10b764622c3e87cc.patch";
148
+ sha256 = "sha256-NobsIxRC+xlyj8d/oD4mqgXAGX37pfww/PQQuKhrTzc=";
149
+ })
150
]
151
++ lib.optional nixosTestRunner ./force-uid0-on-9p.patch;
152
0 commit comments