ARM: vexpress_defconfig: enable ACL and security labels for ext4
authorŁukasz Stelmach <l.stelmach@samsung.com>
Fri, 12 Dec 2014 11:08:03 +0000 (12:08 +0100)
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>
Wed, 4 Feb 2015 10:23:31 +0000 (11:23 +0100)
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 <l.stelmach@samsung.com>
arch/arm/configs/vexpress_defconfig

index 77de9a0..d6add58 100644 (file)
@@ -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