]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/qemu
core114: force update addons after core update
[ipfire-2.x.git] / lfs / qemu
index 57d79a356081d710aba8586980f2d94684de4a00..6d5f91926eb90c56f3255c59b6cf3161962cd349 100644 (file)
--- a/lfs/qemu
+++ b/lfs/qemu
@@ -89,12 +89,13 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        install -m 755 $(DIR_SRC)/config/qemu/qemu /usr/bin/qemu
 
        # disable PaX MPROTECT and RANDMMAP
-       paxctl -m -r /usr/bin/qemu-system-arm
-       paxctl -m -r /usr/bin/qemu-system-i386
-       paxctl -m -r /usr/bin/qemu-system-x86_64
-       paxctl -m -r /usr/bin/qemu-arm
-       paxctl -m -r /usr/bin/qemu-i386
-       paxctl -m -r /usr/bin/qemu-x86_64
+       paxctl -cmr /usr/bin/qemu-system-arm
+       paxctl -cmr /usr/bin/qemu-system-i386
+       paxctl -cmr /usr/bin/qemu-system-x86_64
+       paxctl -cmr /usr/bin/qemu-arm
+       paxctl -cmr /usr/bin/qemu-i386
+       paxctl -cmr /usr/bin/qemu-x86_64
+
        # install an udev script to set the permissions of /dev/kvm
        cp -avf $(DIR_SRC)/config/qemu/65-kvm.rules /lib/udev/rules.d/65-kvm.rules