We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ef706 commit f0f2084Copy full SHA for f0f2084
kernel/patch/android/sucompat.c
@@ -477,6 +477,7 @@ int su_compat_init()
477
struct su_profile default_shell_profile = {
478
.uid = 2000,
479
.to_uid = 0,
480
+ .scontext = ALL_ALLOW_SCONTEXT,
481
};
482
su_add_allow_uid(default_shell_profile.uid, &default_shell_profile, 1);
483
version
@@ -1,3 +1,3 @@
1
#define MAJOR 0
2
#define MINOR 10
3
-#define PATCH 1
+#define PATCH 2
0 commit comments