Merge "Restore labels on /postinstall during recovery." am: 60eae72ac6 am: f6ffefb116
am: 20bb31bbd3

* commit '20bb31bbd3a74667ff1da59ef4ead37d065dc80d':
  Restore labels on /postinstall during recovery.
diff --git a/etc/init.rc b/etc/init.rc
index dc18659..5915b8d 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