mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
qemu: disable PaX mProtect on more binaries.
This commit is contained in:
4
lfs/qemu
4
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)
|
||||
|
||||
Reference in New Issue
Block a user