From b5ff0857819e2e3aa25c0d7a7bca3abc4fc24fd1 Mon Sep 17 00:00:00 2001 From: yuehongwu Date: Mon, 11 Nov 2024 10:49:12 +0800 Subject: [PATCH] config: enable CONFIG_IMA for aarch64/x86 platform This commit is made to align the kernel config with the 0009-kabi branch. Conflicts: arch/arm64/configs/tencent.config Signed-off-by: yuehongwu Reviewed-by: caelli Signed-off-by: Jianping Liu --- arch/arm64/configs/tencent.config | 2 ++ arch/x86/configs/tencent.config | 2 ++ 2 files changed, 4 insertions(+) diff --git a/arch/arm64/configs/tencent.config b/arch/arm64/configs/tencent.config index 53e3ca5946e5..eb45d52c8cbc 100644 --- a/arch/arm64/configs/tencent.config +++ b/arch/arm64/configs/tencent.config @@ -1474,3 +1474,5 @@ CONFIG_TEST_KSTRTOX=y CONFIG_TEST_BPF=m CONFIG_BUG_ON_DATA_CORRUPTION=y CONFIG_PAGE_POOL_STATS=y +CONFIG_IMA=y +CONFIG_IMA_APPRAISE=y diff --git a/arch/x86/configs/tencent.config b/arch/x86/configs/tencent.config index 17da0694deeb..f27edb8fa3a3 100644 --- a/arch/x86/configs/tencent.config +++ b/arch/x86/configs/tencent.config @@ -1519,3 +1519,5 @@ CONFIG_DEBUG_BOOT_PARAMS=y CONFIG_USING_FPU_IN_KERNEL_NONATOMIC=y CONFIG_USING_SSE2_FOR_LARGE_MEMORY_COPY=y CONFIG_UNWINDER_ORC=y +CONFIG_IMA=y +CONFIG_IMA_APPRAISE=y