aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorLorDClockaN <lordclockan@gmail.com>2017-03-05 20:01:50 +0100
committerLorDClockaN <lordclockan@gmail.com>2017-03-05 20:01:50 +0100
commitc955647dc23cf91201029fcfb390372de540ebb3 (patch)
tree0f7f307b4418b78bb4249c9ac889a4d9ac30cdd5 /res
parente65455f23ed00b7cddebb7bd21991363a944ba75 (diff)
Fix root access with MagiskHEADn7.1
Change-Id: I5f5e1c1628b9304432334d5bc85c97755fd3ae80
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="" />