From 92b8ecd866d5dda5e78974e048c195d3c1a763ef Mon Sep 17 00:00:00 2001 From: Dongwoo Lee Date: Mon, 12 Apr 2021 12:47:07 +0900 Subject: [PATCH] ARM64: tizen_bcm2711_defconfig: Enable security labels for f2fs To support smack on f2fs, this enables security label for f2fs filesystem. Change-Id: Idb151191387c762fb238d5ad0f78d2710cbc7674 Signed-off-by: Dongwoo Lee --- arch/arm64/configs/tizen_bcm2711_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/tizen_bcm2711_defconfig b/arch/arm64/configs/tizen_bcm2711_defconfig index 2cdf050..07faa8a 100644 --- a/arch/arm64/configs/tizen_bcm2711_defconfig +++ b/arch/arm64/configs/tizen_bcm2711_defconfig @@ -412,6 +412,7 @@ CONFIG_EXT4_FS_SECURITY=y CONFIG_BTRFS_FS=y CONFIG_BTRFS_FS_POSIX_ACL=y CONFIG_F2FS_FS=y +CONFIG_F2FS_FS_SECURITY=y CONFIG_FANOTIFY=y CONFIG_AUTOFS4_FS=y CONFIG_FUSE_FS=y -- 2.7.4