Gentoo Archives: gentoo-commits

From: "Christian Heim (phreak)" <phreak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] hardened r88 - hardened-sources/2.6/trunk/2.6.23
Date: Sun, 30 Mar 2008 17:46:58
Message-Id: E1Jg1cN-0006mu-Js@stork.gentoo.org
1 Author: phreak
2 Date: 2008-03-30 17:46:54 +0000 (Sun, 30 Mar 2008)
3 New Revision: 88
4
5 Modified:
6 hardened-sources/2.6/trunk/2.6.23/4505_grsec-pax_emutramp.patch
7 Log:
8 Adding a proper comment for the patch.
9
10 Modified: hardened-sources/2.6/trunk/2.6.23/4505_grsec-pax_emutramp.patch
11 ===================================================================
12 --- hardened-sources/2.6/trunk/2.6.23/4505_grsec-pax_emutramp.patch 2008-03-30 17:41:11 UTC (rev 87)
13 +++ hardened-sources/2.6/trunk/2.6.23/4505_grsec-pax_emutramp.patch 2008-03-30 17:46:54 UTC (rev 88)
14 @@ -1,3 +1,13 @@
15 +From: Christian Heim <phreak@g.o>
16 +
17 +CONFIG_PAX_EMUTRAMP is somehow breaking sandbox on AMD64 (only multilib ?). Thus
18 +only we only allow it for the 32bit variants of the X86 architecture.
19 +
20 +For a full history of the bug see #206678 (https://bugs.gentoo.org/206678).
21 +
22 +Acked-by: Kerin Millar <kerframil@×××××.com>
23 +Acked-by: Gordon Malm <bugs-gentoo-org-02@××××××.org>
24 +
25 --- a/security/Kconfig
26 +++ b/security/Kconfig
27 @@ -153,7 +153,7 @@ config PAX_SEGMEXEC
28
29 --
30 gentoo-commits@l.g.o mailing list