Skip to content

Commit f0f2084

Browse files
author
bmax
committed
v0.10.2
1 parent 66ef706 commit f0f2084

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

kernel/patch/android/sucompat.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@ int su_compat_init()
477477
struct su_profile default_shell_profile = {
478478
.uid = 2000,
479479
.to_uid = 0,
480+
.scontext = ALL_ALLOW_SCONTEXT,
480481
};
481482
su_add_allow_uid(default_shell_profile.uid, &default_shell_profile, 1);
482483

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#define MAJOR 0
22
#define MINOR 10
3-
#define PATCH 1
3+
#define PATCH 2

0 commit comments

Comments
 (0)