We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/product/bin/su
1 parent b49e63f commit 20161f3Copy full SHA for 20161f3
redirect_linux.go
@@ -69,6 +69,7 @@ func (r *autoRedirect) Start() error {
69
r.androidSu = true
70
for _, suPath := range []string{
71
"su",
72
+ "/product/bin/su",
73
"/system/bin/su",
74
} {
75
r.suPath, err = exec.LookPath(suPath)
0 commit comments