From 4eac2f783e8ddc852cfc4e1caa9f13a0acf99379 Mon Sep 17 00:00:00 2001 From: rifsxd Date: Fri, 28 Feb 2025 00:25:33 +0600 Subject: [PATCH] manager: change MINIMAL_SUPPORTED_SU_COMPAT to 12404 (where disable su compat feature was fully implemented) --- manager/app/src/main/java/com/rifsxd/ksunext/Natives.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manager/app/src/main/java/com/rifsxd/ksunext/Natives.kt b/manager/app/src/main/java/com/rifsxd/ksunext/Natives.kt index 61a25964..b43a6691 100644 --- a/manager/app/src/main/java/com/rifsxd/ksunext/Natives.kt +++ b/manager/app/src/main/java/com/rifsxd/ksunext/Natives.kt @@ -22,8 +22,8 @@ object Natives { // when MINIMAL_SUPPORTED_KERNEL > 11640, we can remove this constant. const val MINIMAL_SUPPORTED_KERNEL_LKM = 11648 - // 12402: Support disable sucompat mode - const val MINIMAL_SUPPORTED_SU_COMPAT = 12402 + // 12404: Support disable sucompat mode + const val MINIMAL_SUPPORTED_SU_COMPAT = 12404 const val KERNEL_SU_DOMAIN = "u:r:su:s0" const val ROOT_UID = 0