Gentoo Archives: gentoo-commits

From: "Christian Heim (phreak)" <phreak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] linux-patches r1279 - hardened/2.6/trunk/2.6.23
Date: Sun, 30 Mar 2008 17:05:55
Message-Id: E1Jg0jc-000617-Jc@stork.gentoo.org
1 Author: phreak
2 Date: 2008-03-30 16:50:19 +0000 (Sun, 30 Mar 2008)
3 New Revision: 1279
4
5 Added:
6 hardened/2.6/trunk/2.6.23/4505_grsec-pax_emutramp-only-on-ppc32.patch
7 Log:
8 Disable PAX_EMUTRAMP on anything that isn't HPPA or PPC32.
9
10 Added: hardened/2.6/trunk/2.6.23/4505_grsec-pax_emutramp-only-on-ppc32.patch
11 ===================================================================
12 --- hardened/2.6/trunk/2.6.23/4505_grsec-pax_emutramp-only-on-ppc32.patch (rev 0)
13 +++ hardened/2.6/trunk/2.6.23/4505_grsec-pax_emutramp-only-on-ppc32.patch 2008-03-30 16:50:19 UTC (rev 1279)
14 @@ -0,0 +1,10 @@
15 +--- a/security/Kconfig
16 ++++ b/security/Kconfig
17 +@@ -155,6 +155,7 @@ config PAX_SEGMEXEC
18 + config PAX_EMUTRAMP
19 + bool "Emulate trampolines" if (PAX_PAGEEXEC || PAX_SEGMEXEC) && (PARISC || PPC32 || X86)
20 + default y if PARISC || PPC32
21 ++ depends on PARISC || PPC32
22 + help
23 + There are some programs and libraries that for one reason or
24 + another attempt to execute special small code snippets from
25
26 --
27 gentoo-commits@l.g.o mailing list