Gentoo Archives: gentoo-hardened

From: PaX Team <pageexec@××××××××.hu>
To: gentoo-hardened@l.g.o
Subject: Re: [gentoo-hardened] Python stops working after upgrade
Date: Wed, 29 May 2013 23:59:08
Message-Id: 51A69642.8762.19AB6D59@pageexec.freemail.hu
In Reply to: Re: [gentoo-hardened] Python stops working after upgrade by "Tóth Attila"
1 On 29 May 2013 at 8:31, "Tóth Attila" wrote:
2
3 > According to my recent experience, if EMUTRAMP is enabled by a PT_PAX flag
4 > and there's no XATTR_PAX flag present, the system will listen to the
5 > PT_PAX flag. Can I influence this behavior to rather use the mentioned
6 > XATTR_PAX default and don't pay attention to the PT_PAX flag?
7
8 if you don't want the kernel to take PT_PAX_FLAGS into account then simply
9 disable its support (CONFIG_PAX_PT_PAX_FLAGS) in your kernel config ;).