[PATCH] ARM: vexpress_defconfig: enable ACL and security labels for ext4

Łukasz Stelmach l.stelmach at samsung.com
Fri Dec 12 03:31:17 PST 2014


This patch enables security features of ext4 file-system required
by many conteporary user-space setups.

Signed-off-by: Łukasz Stelmach <l.stelmach at samsung.com>
---
 arch/arm/configs/vexpress_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/vexpress_defconfig b/arch/arm/configs/vexpress_defconfig
index f489fda..1d9dd6e 100644
--- a/arch/arm/configs/vexpress_defconfig
+++ b/arch/arm/configs/vexpress_defconfig
@@ -138,6 +138,8 @@ CONFIG_EXT3_FS=y
 # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
 # CONFIG_EXT3_FS_XATTR is not set
 CONFIG_EXT4_FS=y
+CONFIG_EXT4_FS_POSIX_ACL=y
+CONFIG_EXT4_FS_SECURITY=y
 CONFIG_VFAT_FS=y
 CONFIG_TMPFS=y
 CONFIG_JFFS2_FS=y
-- 
1.9.1




More information about the linux-arm-kernel mailing list