diff --git a/kernel/patch/android/sucompat.c b/kernel/patch/android/sucompat.c index c60c38fa..668bb73f 100644 --- a/kernel/patch/android/sucompat.c +++ b/kernel/patch/android/sucompat.c @@ -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); diff --git a/version b/version index 8ffe67de..5f8ff8d9 100644 --- a/version +++ b/version @@ -1,3 +1,3 @@ #define MAJOR 0 #define MINOR 10 -#define PATCH 1 +#define PATCH 2