summaryrefslogtreecommitdiff
blob: 9735ecf1a111fec43c8649e14ed82bdd83452ab7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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