From b44dd7d020ffee6d5a24fde6227fe8e4fd2dea0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?YC=E9=85=B1luyancib?= Date: Sat, 28 Jun 2025 12:49:53 +0800 Subject: [PATCH] Update Kconfig (#224) make sure kpm config requrement was enabled --- kernel/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/Kconfig b/kernel/Kconfig index 558523da..2b139d16 100644 --- a/kernel/Kconfig +++ b/kernel/Kconfig @@ -48,6 +48,8 @@ config KPM Enabling this option will activate the KPM feature of SukiSU. This option is suitable for scenarios where you need to force KPM to be enabled. but it may affect system stability. + select KALLSYMS + select KALLSYMS_ALL config KSU_LSM_SECURITY_HOOKS bool "use lsm security hooks"