We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent b5fb6a5 commit 9e635ecCopy full SHA for 9e635ec
pkgs/applications/virtualization/qemu/default.nix
@@ -56,7 +56,12 @@ stdenv.mkDerivation rec {
56
57
patches = [ ./no-etc-install.patch ]
58
++ optional nixosTestRunner ./force-uid0-on-9p.patch
59
- ++ optional pulseSupport ./fix-hda-recording.patch;
+ ++ optional pulseSupport ./fix-hda-recording.patch
60
+ ++ [ (fetchpatch {
61
+ name = "qemu-CVE-2017-17381.patch";
62
+ url = "https://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git/patch/?id=758ead31c7e17bf17a9ef2e0ca1c3e86ab296b43";
63
+ sha256 = "17yw4bqsbywdrbmrikr94yjnfsg853bf4i3k4y3k169387da2yc5"; })
64
+ ];
65
66
hardeningDisable = [ "stackprotector" ];
67
0 commit comments