qemu: fix CVE-2016-9921 and CVE-2016-9922
This commit is contained in:
parent
a5dd311208
commit
bc63738c6f
@ -143,6 +143,11 @@ stdenv.mkDerivation rec {
|
||||
url = "http://git.qemu.org/?p=qemu.git;a=patch;h=791f97758e223de3290592d169f8e6339c281714";
|
||||
sha256 = "0952mpc81h42k5kqsw42prnw5vw86r3j88wk5z4sr1xd1sg428d6";
|
||||
})
|
||||
(fetchpatch {
|
||||
name = "qemu-CVE-2016-9921_9922.patch";
|
||||
url = "http://git.qemu.org/?p=qemu.git;a=commit;h=4299b90e9ba9ce5ca9024572804ba751aa1a7e70";
|
||||
sha256 = "0mdqa9w1p6cmli6976v4wi0sw9r4p5prkj7lzfd1877wk11c9c73";
|
||||
})
|
||||
] ++ optional nixosTestRunner ./force-uid0-on-9p.patch;
|
||||
hardeningDisable = [ "stackprotector" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user