summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '3.2.9/4425_grsec_enable_xtpax.patch')
-rw-r--r--3.2.9/4425_grsec_enable_xtpax.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/3.2.9/4425_grsec_enable_xtpax.patch b/3.2.9/4425_grsec_enable_xtpax.patch
new file mode 100644
index 0000000..9735ecf
--- /dev/null
+++ b/3.2.9/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