aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values/overlay.xml2
-rw-r--r--res/xml/command_list.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/values/overlay.xml b/res/values/overlay.xml
index d5a4807..c532560 100644
--- a/res/values/overlay.xml
+++ b/res/values/overlay.xml
@@ -70,7 +70,7 @@
</string>
<!-- The root command -->
- <string name="root_command" translatable="false">/system/xbin/su</string>
+ <string name="root_command" translatable="false">/sbin/su</string>
<!-- Optional shell commands in a pair=value format -->
<string name="shell_optional_commands" translatable="false">
diff --git a/res/xml/command_list.xml b/res/xml/command_list.xml
index cd04ec9..80e0739 100644
--- a/res/xml/command_list.xml
+++ b/res/xml/command_list.xml
@@ -37,7 +37,7 @@
<!-- Shell commands -->
<command commandId="bash" commandPath="/system/bin/sh" commandArgs="" />
- <command commandId="su" commandPath="/system/xbin/su" commandArgs="" />
+ <command commandId="su" commandPath="/sbin/su" commandArgs="" />
<!-- Console info -->
<command commandId="groups" commandPath="/system/bin/groups" commandArgs="" />