From 0385f518570c18cefacf41c86e0aa02043c9f18c Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Thu, 6 Feb 2014 14:33:02 -0600 Subject: Update SuperSU Change-Id: I0f450357595e7f5f56a7c120b899101faf7f6360 --- prebuilt/install-recovery.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'prebuilt/install-recovery.sh') diff --git a/prebuilt/install-recovery.sh b/prebuilt/install-recovery.sh index 9b4374520..f62cf0b96 100755 --- a/prebuilt/install-recovery.sh +++ b/prebuilt/install-recovery.sh @@ -5,15 +5,13 @@ # to launch it from init.rc # Launches SuperSU in daemon mode only on Android 4.3+. -# Nothing will happen on 4.2.x or older. +# Nothing will happen on 4.2.x or older, unless SELinux+Enforcing. # If you want to force loading the daemon, use "--daemon" instead /system/xbin/daemonsu --auto-daemon & -# Some apps like to run stuff from this script as well, but the -# installer will have done "chattr +i" on this file to prevent -# accidental modification and deletion. In your code, just search -# this file for "install-recovery-2.sh", and if present, write -# there instead. +# Some apps like to run stuff from this script as well, that will +# obviously break root - in your code, just search this file +# for "install-recovery-2.sh", and if present, write there instead. /system/etc/install-recovery-2.sh -- cgit v1.2.3