Android Terminal Emulatorから/system/xbin/xsuを実行

※xsuでは要rootアプリから呼び出せないので以下の内容でsu-copy.shを作成
端末再起動後にrootで実行すれば要rootアプリから呼び出せる

#!/system/bin/sh
sleep 180
insmod /data/local/lsm_disabler.ko
mount -o rw,remount / /
chmod 755 /sbin
cat /system/xbin/xsu > /sbin/su
chmod 6755 /sbin/su
mount -o ro,remount / /