From: Jaehoon Chung Date: Thu, 1 Jun 2023 06:42:31 +0000 (+0900) Subject: RISCV: configs: Enable F2FS_FS_SECURITY config X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=057e44cd4ec4e9cb53edaedf431dee1fb2541498;p=platform%2Fkernel%2Flinux-starfive.git RISCV: configs: Enable F2FS_FS_SECURITY config Enable F2FS_FS_SECURITY config. It needs to use smack label on Tizen. Change-Id: Ib6d5cd8c8c77ad422357394949ce3372c3d61b73 Signed-off-by: Jaehoon Chung --- diff --git a/arch/riscv/configs/tizen_vf2_defconfig b/arch/riscv/configs/tizen_vf2_defconfig index d21eb5e..7840165 100644 --- a/arch/riscv/configs/tizen_vf2_defconfig +++ b/arch/riscv/configs/tizen_vf2_defconfig @@ -306,6 +306,7 @@ CONFIG_EXT4_FS=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y CONFIG_F2FS_FS=y +CONFIG_F2FS_FS_SECURITY=y CONFIG_FANOTIFY=y CONFIG_AUTOFS4_FS=y CONFIG_FUSE_FS=y