Commit 9a9ed628 authored by Robert Scott's avatar Robert Scott Committed by Alyssa Ross
Browse files

qemu: add patch for CVE-2023-6693

parent c55700ad
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -140,6 +140,11 @@ stdenv.mkDerivation (finalAttrs: {
      url = "https://gitlab.com/qemu-project/qemu/-/commit/9d5b42beb6978dc6219d5dc029c9d453c6b8d503.diff";
      sha256 = "sha256-NknkH/gFTsMcdq8/ArwM4+qrpU+ZHd+xVMFUuMJTtf0=";
    })
    (fetchpatch {
      name = "CVE-2023-6693.patch";
      url = "https://gitlab.com/qemu-project/qemu/-/commit/2220e8189fb94068dbad333228659fbac819abb0.patch";
      sha256 = "sha256-uoFFFsVZ8XnsI2GD7xsRFNWghWL7/PSYTc1yhXI6nv4=";
    })
  ]
  ++ lib.optional nixosTestRunner ./force-uid0-on-9p.patch;