From 057e44cd4ec4e9cb53edaedf431dee1fb2541498 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Thu, 1 Jun 2023 15:42:31 +0900 Subject: [PATCH] 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 --- arch/riscv/configs/tizen_vf2_defconfig | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4