diff options
author | Hridya Valsaraju <hridya@google.com> | 2018-07-26 22:04:06 +0200 |
---|---|---|
committer | Hridya Valsaraju <hridya@google.com> | 2018-07-27 02:12:40 +0200 |
commit | cfb3c92302356c9078fc175c04be06074a106f91 (patch) | |
tree | 96f21b978dd20f2f2bb32540993d637acf74a06a /etc | |
parent | Merge "Add proto3 support for care_map" (diff) | |
download | android_bootable_recovery-cfb3c92302356c9078fc175c04be06074a106f91.tar android_bootable_recovery-cfb3c92302356c9078fc175c04be06074a106f91.tar.gz android_bootable_recovery-cfb3c92302356c9078fc175c04be06074a106f91.tar.bz2 android_bootable_recovery-cfb3c92302356c9078fc175c04be06074a106f91.tar.lz android_bootable_recovery-cfb3c92302356c9078fc175c04be06074a106f91.tar.xz android_bootable_recovery-cfb3c92302356c9078fc175c04be06074a106f91.tar.zst android_bootable_recovery-cfb3c92302356c9078fc175c04be06074a106f91.zip |
Diffstat (limited to 'etc')
-rw-r--r-- | etc/init.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/init.rc b/etc/init.rc index 96c37b11c..8e18438b5 100644 --- a/etc/init.rc +++ b/etc/init.rc @@ -85,7 +85,7 @@ service charger /charger -r critical seclabel u:r:charger:s0 -service recovery /sbin/recovery +service recovery /system/bin/recovery seclabel u:r:recovery:s0 service adbd /system/bin/adbd --root_seclabel=u:r:su:s0 --device_banner=recovery |