diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-02-10 19:33:20 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-02-10 19:33:20 -0500 |
commit | c3e8ad33c2012fb17eb0e7e38c033e2396c068ea (patch) | |
tree | e9402605a69373e9477d36bd77725265ddb90ff1 | |
parent | remove 2.6.32/4420_grsecurity-2.9.1-2.6.32.60-201302071937.patch (diff) | |
download | hardened-patchset-c3e8ad33c2012fb17eb0e7e38c033e2396c068ea.tar.gz hardened-patchset-c3e8ad33c2012fb17eb0e7e38c033e2396c068ea.tar.bz2 hardened-patchset-c3e8ad33c2012fb17eb0e7e38c033e2396c068ea.zip |
Fix 3.2.38/4470_disable-compat_vdso.patch20130209
-rw-r--r-- | 3.2.38/4470_disable-compat_vdso.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3.2.38/4470_disable-compat_vdso.patch b/3.2.38/4470_disable-compat_vdso.patch index 4742d01..c06bd8b 100644 --- a/3.2.38/4470_disable-compat_vdso.patch +++ b/3.2.38/4470_disable-compat_vdso.patch @@ -32,7 +32,7 @@ diff -urp a/arch/x86/Kconfig b/arch/x86/Kconfig def_bool n - prompt "Compat VDSO support" depends on X86_32 || IA32_EMULATION - depends on !PAX_NOEXEC && !PAX_MEMORY_UDEREF + depends on !PAX_PAGEEXEC && !PAX_SEGMEXEC && !PAX_KERNEXEC && !PAX_MEMORY_UDEREF - ---help--- - Map the 32-bit VDSO to the predictable old-style address too. - |