From 347ee511e44a4b6419c144917e079c78fde46f32 Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Wed, 11 Jun 2014 18:32:15 -0700 Subject: [PATCH] Create /data/dalvik-cache/profiles Make sure /data/dalvik-cache/profiles gets the correct permissions and SELinux context, and ownership is properly assigned to the system UID. Change-Id: Ic1b44009faa30d704855e97631006c4b990a4ad3 --- rootdir/init.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/rootdir/init.rc b/rootdir/init.rc index e3a3017c4..d60ead2c9 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -257,6 +257,7 @@ on post-fs-data # create dalvik-cache, so as to enforce our permissions mkdir /data/dalvik-cache 0771 system system + mkdir /data/dalvik-cache/profiles 0711 system system # create resource-cache and double-check the perms mkdir /data/resource-cache 0771 system system