summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2014-01-24 19:14:50 +0100
committerAndroid Git Automerger <android-git-automerger@android.com>2014-01-24 19:14:50 +0100
commit4d1b0903ff85769efd50d7bd02775b5861c31fbb (patch)
treeffb62fe915cf18ad9c2f96df98a346a77ae3f516
parentlog extra info for debugging (diff)
parentam 295e74aa: Merge "adbd: switch to su domain when running as root" (diff)
downloadandroid_bootable_recovery-4d1b0903ff85769efd50d7bd02775b5861c31fbb.tar
android_bootable_recovery-4d1b0903ff85769efd50d7bd02775b5861c31fbb.tar.gz
android_bootable_recovery-4d1b0903ff85769efd50d7bd02775b5861c31fbb.tar.bz2
android_bootable_recovery-4d1b0903ff85769efd50d7bd02775b5861c31fbb.tar.lz
android_bootable_recovery-4d1b0903ff85769efd50d7bd02775b5861c31fbb.tar.xz
android_bootable_recovery-4d1b0903ff85769efd50d7bd02775b5861c31fbb.tar.zst
android_bootable_recovery-4d1b0903ff85769efd50d7bd02775b5861c31fbb.zip
-rw-r--r--etc/init.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/init.rc b/etc/init.rc
index 7b9bf216c..f16bef875 100644
--- a/etc/init.rc
+++ b/etc/init.rc
@@ -59,7 +59,7 @@ service healthd /sbin/healthd -r
service recovery /sbin/recovery
seclabel u:r:recovery:s0
-service adbd /sbin/adbd recovery
+service adbd /sbin/adbd --root_seclabel=u:r:su:s0 --device_banner=recovery
disabled
socket adbd stream 660 system system
seclabel u:r:adbd:s0