summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2016-03-02 23:21:02 +0100
committerAlex Deymo <deymo@google.com>2016-03-02 23:35:51 +0100
commit6bcc8af6e5a5bf9cc0987305cdfa24d4f6e4afa9 (patch)
tree948ab1b05cd5e245e49a211f2a71073236b15ed7
parentMerge "Remove dumpkey build guards after completing code move." (diff)
downloadandroid_bootable_recovery-6bcc8af6e5a5bf9cc0987305cdfa24d4f6e4afa9.tar
android_bootable_recovery-6bcc8af6e5a5bf9cc0987305cdfa24d4f6e4afa9.tar.gz
android_bootable_recovery-6bcc8af6e5a5bf9cc0987305cdfa24d4f6e4afa9.tar.bz2
android_bootable_recovery-6bcc8af6e5a5bf9cc0987305cdfa24d4f6e4afa9.tar.lz
android_bootable_recovery-6bcc8af6e5a5bf9cc0987305cdfa24d4f6e4afa9.tar.xz
android_bootable_recovery-6bcc8af6e5a5bf9cc0987305cdfa24d4f6e4afa9.tar.zst
android_bootable_recovery-6bcc8af6e5a5bf9cc0987305cdfa24d4f6e4afa9.zip
-rw-r--r--etc/init.rc3
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