From: Arne Fitzenreiter Date: Thu, 17 Sep 2015 17:17:44 +0000 (+0200) Subject: qemu: disable PaX mProtect on more binaries. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2d9172b755b9eaab53b3bbbc7d4109b68edd904;p=people%2Fms%2Fipfire-2.x.git qemu: disable PaX mProtect on more binaries. --- diff --git a/lfs/qemu b/lfs/qemu index 8d3eb7dbb4..53fce982ea 100644 --- a/lfs/qemu +++ b/lfs/qemu @@ -91,6 +91,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # disable PaX MPROTECT paxctl -m /usr/bin/qemu-system-arm paxctl -m /usr/bin/qemu-system-i386 + paxctl -m /usr/bin/qemu-system-x86_64 + paxctl -m /usr/bin/qemu-arm + paxctl -m /usr/bin/qemu-i386 + paxctl -m /usr/bin/qemu-x86_64 @rm -rf $(DIR_APP) @$(POSTBUILD)