Skip to content

Commit

Permalink
Set KSU_APP_PROFILE_VER for shell (#2481)
Browse files Browse the repository at this point in the history
This reverts commit bd24044.
  • Loading branch information
aviraxp authored Mar 1, 2025
1 parent 931abab commit 4d37b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/allowlist.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ 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 4d37b87

Please sign in to comment.