On 29 May 2013 at 8:31, "Tóth Attila" wrote: > According to my recent experience, if EMUTRAMP is enabled by a PT_PAX flag > and there's no XATTR_PAX flag present, the system will listen to the > PT_PAX flag. Can I influence this behavior to rather use the mentioned > XATTR_PAX default and don't pay attention to the PT_PAX flag?
if you don't want the kernel to take PT_PAX_FLAGS into account then simply disable its support (CONFIG_PAX_PT_PAX_FLAGS) in your kernel config ;).
