diff options
author | Alex Deymo <deymo@google.com> | 2016-03-05 01:03:47 +0100 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2016-03-05 01:03:47 +0100 |
commit | 1731f2980bfadb29105ffd566dd78885889501d8 (patch) | |
tree | fb7b6f5a5317e34d99b36f564b29bf966c8eb5d3 | |
parent | recovery: Handle devices without /cache partition. (diff) | |
parent | Restore labels on /postinstall during recovery. (diff) | |
download | android_bootable_recovery-1731f2980bfadb29105ffd566dd78885889501d8.tar android_bootable_recovery-1731f2980bfadb29105ffd566dd78885889501d8.tar.gz android_bootable_recovery-1731f2980bfadb29105ffd566dd78885889501d8.tar.bz2 android_bootable_recovery-1731f2980bfadb29105ffd566dd78885889501d8.tar.lz android_bootable_recovery-1731f2980bfadb29105ffd566dd78885889501d8.tar.xz android_bootable_recovery-1731f2980bfadb29105ffd566dd78885889501d8.tar.zst android_bootable_recovery-1731f2980bfadb29105ffd566dd78885889501d8.zip |
-rw-r--r-- | etc/init.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/init.rc b/etc/init.rc index dc1865986..5915b8d80 100644 --- a/etc/init.rc +++ b/etc/init.rc @@ -1,6 +1,9 @@ import /init.recovery.${ro.hardware}.rc on early-init + # Set the security context of /postinstall if present. + restorecon /postinstall + start ueventd start healthd |