From 8f0bd879da6142aed53c544b9354c090206e07be Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 9 Feb 2021 21:26:43 +0000 Subject: [PATCH] qemu: re-enable stack protection 5e259952953 ("qemu: 2.6.1 -> 2.7.0") added this, because the QEMU build failed without it. That's no longer the case, so we can bring back stack protection. --- pkgs/applications/virtualization/qemu/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/applications/virtualization/qemu/default.nix b/pkgs/applications/virtualization/qemu/default.nix index d83c6d350e2..d7213457ad2 100644 --- a/pkgs/applications/virtualization/qemu/default.nix +++ b/pkgs/applications/virtualization/qemu/default.nix @@ -101,8 +101,6 @@ stdenv.mkDerivation rec { }) ]; - hardeningDisable = [ "stackprotector" ]; - preConfigure = '' unset CPP # intereferes with dependency calculation # this script isn't marked as executable b/c it's indirectly used by meson. Needed to patch its shebang