Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f89ddf76 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

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

* commit 'd05245a4':
  restorecon_recursive /cache
parents f043f061 d05245a4
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -193,13 +193,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