|
|
|
|
|
by jjjeffrey
4517 days ago
|
|
At the bottom there are two lines that taken together really confuse me: <grsecurity> If you're running Linux 3.4 or newer and enabled CONFIG_X86_X32 , you need to disable it or update
immediately; upstream vuln CVE-2014-0038
and <grsecurity> In case there's confusion, this vuln is not about 32bit userland on 64bit (CONFIG_X86_32), but the new X32
ABI. Ubuntu enables it recently
Does the second line affect the first? EDIT: I ask because it looks like I need to fix my kernel, but I'd rather be lazy if possible. |
|
The first one, with the second X, enables the new X32 ABI. The second one, without the second X, is the "32bit userland on 64bit".