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

Commit d0b93f43 authored by Conley Owens's avatar Conley Owens Committed by Android Code Review
Browse files

Merge "Create world readable, system writeable /data/resource-cache."

parents 008cbcd0 b45280d2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -166,6 +166,11 @@ on post-fs
    chown system system /data/dalvik-cache
    chmod 0771 /data/dalvik-cache

    # create resource-cache and double-check the perms
    mkdir /data/resource-cache 0771 system system
    chown system system /data/resource-cache
    chmod 0771 /data/resource-cache

    # create the lost+found directories, so as to enforce our permissions
    mkdir /data/lost+found 0770
    mkdir /cache/lost+found 0770