public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] hardened r86 - hardened-sources/2.6/trunk/2.6.23
@ 2008-03-30 17:39 Christian Heim (phreak)
  0 siblings, 0 replies; only message in thread
From: Christian Heim (phreak) @ 2008-03-30 17:39 UTC (permalink / raw
  To: gentoo-commits

Author: phreak
Date: 2008-03-30 17:39:03 +0000 (Sun, 30 Mar 2008)
New Revision: 86

Modified:
   hardened-sources/2.6/trunk/2.6.23/4505_grsec-pax_emutramp-only-on-ppc32.patch
Log:
PAX_EMUTRAMP is only causing bugs on amd64, thus restricting it to HPPA, PPC32 and X86_32 (#206678 - CONFIG_PAX_EMUTRAMP breaks sandbox).

Modified: hardened-sources/2.6/trunk/2.6.23/4505_grsec-pax_emutramp-only-on-ppc32.patch
===================================================================
--- hardened-sources/2.6/trunk/2.6.23/4505_grsec-pax_emutramp-only-on-ppc32.patch	2008-03-30 17:23:32 UTC (rev 85)
+++ hardened-sources/2.6/trunk/2.6.23/4505_grsec-pax_emutramp-only-on-ppc32.patch	2008-03-30 17:39:03 UTC (rev 86)
@@ -1,10 +1,11 @@
 --- a/security/Kconfig
 +++ b/security/Kconfig
-@@ -155,6 +155,7 @@ config PAX_SEGMEXEC
+@@ -153,7 +153,7 @@ config PAX_SEGMEXEC
+ 	  3 GB.
+ 
  config PAX_EMUTRAMP
- 	bool "Emulate trampolines" if (PAX_PAGEEXEC || PAX_SEGMEXEC) && (PARISC || PPC32 || X86)
+-	bool "Emulate trampolines" if (PAX_PAGEEXEC || PAX_SEGMEXEC) && (PARISC || PPC32 || X86)
++	bool "Emulate trampolines" if (PAX_PAGEEXEC || PAX_SEGMEXEC) && (PARISC || PPC32 || X86_32)
  	default y if PARISC || PPC32
-+	depends on PARISC || PPC32
  	help
  	  There are some programs and libraries that for one reason or
- 	  another attempt to execute special small code snippets from

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-30 17:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-30 17:39 [gentoo-commits] hardened r86 - hardened-sources/2.6/trunk/2.6.23 Christian Heim (phreak)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox