summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-02-25 13:11:19 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-02-25 13:11:19 -0500
commit5f3bcfa29e5a9e04627b6a5faf00c873a518bc56 (patch)
treed7766fa35ca3f65decdde5e0453ea147a6e99201 /3.2.7/4425_grsec_enable_xtpax.patch
parentscripts/just_fetch.pl: updated to match new grsec 2.9 pattern (diff)
downloadhardened-patchset-5f3bcfa29e5a9e04627b6a5faf00c873a518bc56.tar.gz
hardened-patchset-5f3bcfa29e5a9e04627b6a5faf00c873a518bc56.tar.bz2
hardened-patchset-5f3bcfa29e5a9e04627b6a5faf00c873a518bc56.zip
Grsec/PaX: 2.9-2.6.32.57-201202251202 + 2.9-3.2.7-20120225120320120225
Diffstat (limited to '3.2.7/4425_grsec_enable_xtpax.patch')
-rw-r--r--3.2.7/4425_grsec_enable_xtpax.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/3.2.7/4425_grsec_enable_xtpax.patch b/3.2.7/4425_grsec_enable_xtpax.patch
new file mode 100644
index 0000000..9735ecf
--- /dev/null
+++ b/3.2.7/4425_grsec_enable_xtpax.patch
@@ -0,0 +1,16 @@
+From: Anthony G. Basile <blueness@gentoo.org>
+
+Unlock PAX_XATTR_PAX_FLAGS option
+
+diff -Naur a/security/Kconfig b/security/Kconfig
+--- a/security/Kconfig 2012-02-05 12:24:37.000000000 -0500
++++ b/security/Kconfig 2012-02-05 12:25:04.000000000 -0500
+@@ -92,7 +92,7 @@
+
+ config PAX_XATTR_PAX_FLAGS
+ bool 'Use filesystem extended attributes marking'
+- depends on EXPERT
++# depends on EXPERT
+ select CIFS_XATTR if CIFS
+ select EXT2_FS_XATTR if EXT2_FS
+ select EXT3_FS_XATTR if EXT3_FS