diff --git a/kernel/allowlist.c b/kernel/allowlist.c index 8a6a64ec..bcdac3f0 100644 --- a/kernel/allowlist.c +++ b/kernel/allowlist.c @@ -113,6 +113,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, };