summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2014-01-18 18:22:50 +0100
committerNick Kralevich <nnk@google.com>2014-01-18 18:22:50 +0100
commitc52c5b8e3d690201b2ae009a2d396d1899033e3d (patch)
tree403c132cbd671156409a5f500bf30419a5e50529
parentMerge "correctly mount tmpfs as /tmp in recovery" (diff)
downloadandroid_bootable_recovery-c52c5b8e3d690201b2ae009a2d396d1899033e3d.tar
android_bootable_recovery-c52c5b8e3d690201b2ae009a2d396d1899033e3d.tar.gz
android_bootable_recovery-c52c5b8e3d690201b2ae009a2d396d1899033e3d.tar.bz2
android_bootable_recovery-c52c5b8e3d690201b2ae009a2d396d1899033e3d.tar.lz
android_bootable_recovery-c52c5b8e3d690201b2ae009a2d396d1899033e3d.tar.xz
android_bootable_recovery-c52c5b8e3d690201b2ae009a2d396d1899033e3d.tar.zst
android_bootable_recovery-c52c5b8e3d690201b2ae009a2d396d1899033e3d.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