Skip to content

Commit 4d37b87

Browse files
authored
Set KSU_APP_PROFILE_VER for shell (#2481)
This reverts commit bd24044.
1 parent 931abab commit 4d37b87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/allowlist.c

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ void ksu_show_allow_list(void)
111111
static void ksu_grant_root_to_shell()
112112
{
113113
struct app_profile profile = {
114+
.version = KSU_APP_PROFILE_VER,
114115
.allow_su = true,
115116
.current_uid = 2000,
116117
};

0 commit comments

Comments
 (0)