diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-05 03:29:28 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-05 03:29:28 +0000 |
commit | f3c8ccda77966505f7c3f0817fd8c78384411a5a (patch) | |
tree | 72788e136639ea1ca95da1ca298bde3f2ef0774c /kernels/pax-flags-libre/qemu.conf | |
parent | 94ed6c971085d22c2a544227879b672266b4af90 (diff) |
Sun Jan 5 03:25:57 UTC 2014
Diffstat (limited to 'kernels/pax-flags-libre/qemu.conf')
-rw-r--r-- | kernels/pax-flags-libre/qemu.conf | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/kernels/pax-flags-libre/qemu.conf b/kernels/pax-flags-libre/qemu.conf new file mode 100644 index 000000000..428d2928b --- /dev/null +++ b/kernels/pax-flags-libre/qemu.conf @@ -0,0 +1,51 @@ +# SEGMEXEC and MPROTECT off +# (RANDEXEC is not activatable for qemu. The binaries seem to be compiled +# with PIE enabled, though.) +PsmxER: + - /usr/bin/qemu-alpha + - /usr/bin/qemu-arm + - /usr/bin/qemu-armeb + - /usr/bin/qemu-cris + - /usr/bin/qemu-i386 + - /usr/bin/qemu-m68k + - /usr/bin/qemu-microblaze + - /usr/bin/qemu-microblazeel + - /usr/bin/qemu-mips + - /usr/bin/qemu-mipsel + - /usr/bin/qemu-ppc + - /usr/bin/qemu-ppc64 + - /usr/bin/qemu-ppc64abi32 + - /usr/bin/qemu-s390x + - /usr/bin/qemu-sh4 + - /usr/bin/qemu-sh4eb + - /usr/bin/qemu-sparc + - /usr/bin/qemu-sparc32plus + - /usr/bin/qemu-sparc64 + - /usr/bin/qemu-unicore32 + - /usr/bin/qemu-x86_64 + +# MPROTECT off +PSmXER: + - /usr/bin/qemu-system-alpha + - /usr/bin/qemu-system-arm + - /usr/bin/qemu-system-cris + - /usr/bin/qemu-system-i386 + - /usr/bin/qemu-system-lm32 + - /usr/bin/qemu-system-m68k + - /usr/bin/qemu-system-microblaze + - /usr/bin/qemu-system-microblazeel + - /usr/bin/qemu-system-mips + - /usr/bin/qemu-system-mips64 + - /usr/bin/qemu-system-mips64el + - /usr/bin/qemu-system-mipsel + - /usr/bin/qemu-system-ppc + - /usr/bin/qemu-system-ppc64 + - /usr/bin/qemu-system-ppcemb + - /usr/bin/qemu-system-s390x + - /usr/bin/qemu-system-sh4 + - /usr/bin/qemu-system-sh4eb + - /usr/bin/qemu-system-sparc + - /usr/bin/qemu-system-sparc64 + - /usr/bin/qemu-system-x86_64 + - /usr/bin/qemu-system-xtensa + - /usr/bin/qemu-system-xtensaeb |