am d05245a4: am c87237f5: Merge "restorecon_recursive /cache"

* commit 'd05245a4b10044670ed8456c5c869490fd90583f':
  restorecon_recursive /cache
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 45dc2b6..b59e31f 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -193,13 +193,11 @@
     chown system cache /cache
     chmod 0770 /cache
     # We restorecon /cache in case the cache partition has been reset.
-    restorecon /cache
+    restorecon_recursive /cache
 
     # This may have been created by the recovery system with odd permissions
     chown system cache /cache/recovery
     chmod 0770 /cache/recovery
-    # This may have been created by the recovery system with the wrong context.
-    restorecon /cache/recovery
 
     #change permissions on vmallocinfo so we can grab it from bugreports
     chown root log /proc/vmallocinfo