Skip to content

Commit

Permalink
Revert "ksud: [Fix] grant root to the shell in debug mode" (tiann#1860)
Browse files Browse the repository at this point in the history
Reverts tiann#1853
  • Loading branch information
yujincheng08 authored and xxmustafacooTR committed Jul 24, 2024
1 parent 3026607 commit ef1a703
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/allowlist.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit ef1a703

Please sign in to comment.