diff --git a/doc/index.html b/doc/index.html index 285c3d7..077757f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -88,11 +88,12 @@ should probably be under /sdcard. /system/bin/sh, but you may prefer to use the one that comes with busybox or whatever. If you set it to the su binary (i.e., /system/xbin/su), then scp, sftp, and rsync will run as root and -should be able to access files outside of the sdcard. If the name of the -shell contains "su" in it, instead of putting "-" before argv[0] to -indicate the login shell, it puts "-" as argv[1]. That is, a regular -login shell would be invoked as "-sh", but su will be invoked as -"su -". +should be able to access files outside of /sdcard. If the name +of the shell contains "su" in it, instead of putting +"-" before argv[0] to indicate the login shell, +SimpleSSHD puts "-" as argv[1]. That is, a regular +login shell would be invoked as "-sh", but su will be invoked as +"su -".
Buffer hack for rsync+SuperSU
A bug in SuperSU interacts with an infelicity in rsync to cause an