From 15520c36918a00ef4fa1f326ab37c9d973a641c8 Mon Sep 17 00:00:00 2001 From: limerence Date: Sun, 7 May 2023 23:56:41 +0800 Subject: [PATCH] add xpm config Signed-off-by: limerence --- linux-5.10/arch/arm64/configs/rk3568_standard_defconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig b/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig index fbc9dea..4aab4d5 100644 --- a/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig +++ b/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig @@ -6226,6 +6226,14 @@ CONFIG_SECURITY_APPARMOR_HASH_DEFAULT=y # CONFIG_SECURITY_YAMA is not set # CONFIG_SECURITY_SAFESETID is not set # CONFIG_SECURITY_LOCKDOWN_LSM is not set + +# +# executable permission manager +# +CONFIG_SECURITY_XPM=y +CONFIG_SECURITY_XPM_DEBUG=y +# end of executable permission manager + CONFIG_INTEGRITY=y # CONFIG_INTEGRITY_SIGNATURE is not set CONFIG_INTEGRITY_AUDIT=y -- Gitee