Skip to content

Commit

Permalink
v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bmax committed Mar 7, 2024
1 parent 66ef706 commit f0f2084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions kernel/patch/android/sucompat.c
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ int su_compat_init()
struct su_profile default_shell_profile = {
.uid = 2000,
.to_uid = 0,
.scontext = ALL_ALLOW_SCONTEXT,
};
su_add_allow_uid(default_shell_profile.uid, &default_shell_profile, 1);

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define MAJOR 0
#define MINOR 10
#define PATCH 1
#define PATCH 2

0 comments on commit f0f2084

Please sign in to comment.