diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-07-11 08:44:39 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-07-11 08:44:39 -0400 |
commit | e19c6fd24e5309282575add82dc3953761ead349 (patch) | |
tree | df31b7c5dbbb1abaa95cf4ccf118255b02559972 /3.14.12/4425_grsec_remove_EI_PAX.patch | |
parent | Grsec/PaX: 3.0-{3.2.60,3.14.11,3.15.4}-201407081937 (diff) | |
download | hardened-patchset-e19c6fd24e5309282575add82dc3953761ead349.tar.gz hardened-patchset-e19c6fd24e5309282575add82dc3953761ead349.tar.bz2 hardened-patchset-e19c6fd24e5309282575add82dc3953761ead349.zip |
Grsec/PaX: 3.0-{3.2.60,3.14.12,3.15.5}-grsecurity-3.0-3.15.5-20140710003620140710
Diffstat (limited to '3.14.12/4425_grsec_remove_EI_PAX.patch')
-rw-r--r-- | 3.14.12/4425_grsec_remove_EI_PAX.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/3.14.12/4425_grsec_remove_EI_PAX.patch b/3.14.12/4425_grsec_remove_EI_PAX.patch new file mode 100644 index 0000000..fc51f79 --- /dev/null +++ b/3.14.12/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 +@@ -268,7 +268,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 |