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 e229d70 commit ddc824fCopy full SHA for ddc824f
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