From: Łukasz Stelmach Date: Fri, 12 Dec 2014 11:08:03 +0000 (+0100) Subject: ARM: vexpress_defconfig: enable ACL and security labels for ext4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f656e9276c13d8688207ba7d6face1bca72381a;p=platform%2Fkernel%2Flinux-stable.git ARM: vexpress_defconfig: enable ACL and security labels for ext4 This patch enables security features of ext4 file-system required by many conteporary user-space setups. Forwarded: http://lists.infradead.org/pipermail/linux-arm-kernel/2014-December/310299.html Change-Id: Ia9396b810f7d84c926b762cc33a58a2ec9dfd781 Signed-off-by: Łukasz Stelmach --- diff --git a/arch/arm/configs/vexpress_defconfig b/arch/arm/configs/vexpress_defconfig index 77de9a026147..d6add58d2604 100644 --- a/arch/arm/configs/vexpress_defconfig +++ b/arch/arm/configs/vexpress_defconfig @@ -121,6 +121,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_INOTIFY_USER=y CONFIG_AUTOFS4_FS=y CONFIG_VFAT_FS=y