diff --git a/redirect_linux.go b/redirect_linux.go index 5441bc1..8c97d07 100644 --- a/redirect_linux.go +++ b/redirect_linux.go @@ -69,6 +69,7 @@ func (r *autoRedirect) Start() error { r.androidSu = true for _, suPath := range []string{ "su", + "/product/bin/su", "/system/bin/su", } { r.suPath, err = exec.LookPath(suPath)