summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2014-01-24 19:06:45 +0100
committerAndroid Git Automerger <android-git-automerger@android.com>2014-01-24 19:06:45 +0100
commitf464129950eaea49b1234fdcfd04ec8723e3c672 (patch)
treec2998112c6e1725c8676391709d649cbab261c33
parentam 772f6e2a: Merge "correctly mount tmpfs as /tmp in recovery" (diff)
parentMerge "adbd: switch to su domain when running as root" (diff)
downloadandroid_bootable_recovery-f464129950eaea49b1234fdcfd04ec8723e3c672.tar
android_bootable_recovery-f464129950eaea49b1234fdcfd04ec8723e3c672.tar.gz
android_bootable_recovery-f464129950eaea49b1234fdcfd04ec8723e3c672.tar.bz2
android_bootable_recovery-f464129950eaea49b1234fdcfd04ec8723e3c672.tar.lz
android_bootable_recovery-f464129950eaea49b1234fdcfd04ec8723e3c672.tar.xz
android_bootable_recovery-f464129950eaea49b1234fdcfd04ec8723e3c672.tar.zst
android_bootable_recovery-f464129950eaea49b1234fdcfd04ec8723e3c672.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 8d49f24e6..159747e2c 100644
--- a/etc/init.rc
+++ b/etc/init.rc
@@ -59,7 +59,7 @@ service healthd /sbin/healthd -n
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