diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-12-16 20:18:35 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-12-16 20:18:35 -0500 |
commit | b7bdfc99e1ee690ec80d1917d4f2568a8248bb03 (patch) | |
tree | 13b92af1fde596eb9d3bc904f6c1823171fbe93b /4.8.15/4425_grsec_remove_EI_PAX.patch | |
parent | grsecurity-3.1-4.8.14-201612110933 (diff) | |
download | hardened-patchset-b7bdfc99e1ee690ec80d1917d4f2568a8248bb03.tar.gz hardened-patchset-b7bdfc99e1ee690ec80d1917d4f2568a8248bb03.tar.bz2 hardened-patchset-b7bdfc99e1ee690ec80d1917d4f2568a8248bb03.zip |
grsecurity-3.1-4.8.15-20161215192320161215
Diffstat (limited to '4.8.15/4425_grsec_remove_EI_PAX.patch')
-rw-r--r-- | 4.8.15/4425_grsec_remove_EI_PAX.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/4.8.15/4425_grsec_remove_EI_PAX.patch b/4.8.15/4425_grsec_remove_EI_PAX.patch new file mode 100644 index 0000000..594598a --- /dev/null +++ b/4.8.15/4425_grsec_remove_EI_PAX.patch @@ -0,0 +1,19 @@ +From: Anthony G. Basile <blueness@gentoo.org> + +Deprecate EI_PAX. + +X-Gentoo-Bug: 445600 +X-Gentoo-Bug-URL: https://bugs.gentoo.org/445600 + +diff -Nuar linux-3.7.1-hardened.orig/security/Kconfig linux-3.7.1-hardened/security/Kconfig +--- linux-3.7.1-hardened.orig/security/Kconfig 2012-12-26 08:39:29.000000000 -0500 ++++ linux-3.7.1-hardened/security/Kconfig 2012-12-26 09:05:44.000000000 -0500 +@@ -274,7 +274,7 @@ + + config PAX_EI_PAX + bool 'Use legacy ELF header marking' +- default y if GRKERNSEC_CONFIG_AUTO ++ depends on BROKEN + help + Enabling this option will allow you to control PaX features on + a per executable basis via the 'chpax' utility available at |