From ef1a703081bc1a9215b6f2ca3a827fccf3b78613 Mon Sep 17 00:00:00 2001 From: LoveSy Date: Sat, 6 Jul 2024 19:36:37 +0800 Subject: [PATCH] Revert "ksud: [Fix] grant root to the shell in debug mode" (#1860) Reverts tiann/KernelSU#1853 --- kernel/allowlist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/allowlist.c b/kernel/allowlist.c index a21c6d8a1ef5..4fbba9355949 100644 --- a/kernel/allowlist.c +++ b/kernel/allowlist.c @@ -110,7 +110,6 @@ void ksu_show_allow_list(void) static void ksu_grant_root_to_shell() { struct app_profile profile = { - .version = KSU_APP_PROFILE_VER; .allow_su = true, .current_uid = 2000, };