Revert "ksud: [Fix] grant root to the shell in debug mode" (#1860)

Reverts tiann/KernelSU#1853
This commit is contained in:
LoveSy
2024-07-06 19:36:37 +08:00
committed by GitHub
parent f80a946b0d
commit bd24044ec3

View File

@@ -108,7 +108,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,
};