am c87237f5: Merge "restorecon_recursive /cache"

* commit 'c87237f5af41905a21a348a164a1ef3c31ace6c6':
  restorecon_recursive /cache
This commit is contained in:
Nick Kralevich 2014-07-09 19:58:55 +00:00 committed by Android Git Automerger
commit d05245a4b1

View file

@ -189,13 +189,11 @@ on post-fs
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