diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-01-11 18:06:33 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-01-11 18:06:33 -0500 |
commit | f9d957c49bf73121d7c3acf6c0e607de834344eb (patch) | |
tree | 669dc84430a91e0d42eab4bea7452dfad6b68f2a /3.12.6/4475_emutramp_default_on.patch | |
parent | Grsec/PaX: 3.0-3.2.54-201401051649 (diff) | |
download | hardened-patchset-20140109.tar.gz hardened-patchset-20140109.tar.bz2 hardened-patchset-20140109.zip |
Grsec/PaX: 3.0-{3.2.54,3.12.7}-20140109183720140109
Diffstat (limited to '3.12.6/4475_emutramp_default_on.patch')
-rw-r--r-- | 3.12.6/4475_emutramp_default_on.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/3.12.6/4475_emutramp_default_on.patch b/3.12.6/4475_emutramp_default_on.patch deleted file mode 100644 index 30f6978..0000000 --- a/3.12.6/4475_emutramp_default_on.patch +++ /dev/null @@ -1,21 +0,0 @@ -From: Anthony G. Basile <blueness@gentoo.org> - -PAX_EMUTRAMP is needed for libffi to avoid RWX mmap-ings using PaX emulation of trampolines. -We default PAX_EMUTRAMP='y' since almost all hardened users will want this. - -See bug: - http://bugs.gentoo.org/show_bug.cgi?id=329499 - http://bugs.gentoo.org/show_bug.cgi?id=457194 - -diff -Naur linux-3.9.2-hardened.orig/security/Kconfig linux-3.9.2-hardened/security/Kconfig ---- linux-3.9.2-hardened.orig/security/Kconfig 2013-05-18 08:53:41.000000000 -0400 -+++ linux-3.9.2-hardened/security/Kconfig 2013-05-18 09:17:57.000000000 -0400 -@@ -428,7 +428,7 @@ - - config PAX_EMUTRAMP - bool "Emulate trampolines" if (PAX_PAGEEXEC || PAX_SEGMEXEC) && (PARISC || X86) -- default y if PARISC -+ default y - help - There are some programs and libraries that for one reason or - another attempt to execute special small code snippets from |