summaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2014-06-11 18:32:15 -0700
committerNick Kralevich <nnk@google.com>2014-06-11 18:32:57 -0700
commit347ee511e44a4b6419c144917e079c78fde46f32 (patch)
treed603167f129e654d4e843979e2c499a6fa97759d /rootdir
parenta9aa0f2c42e2291496f39ca60775ff95648eba31 (diff)
downloadsystem_core-347ee511e44a4b6419c144917e079c78fde46f32.tar.gz
system_core-347ee511e44a4b6419c144917e079c78fde46f32.tar.bz2
system_core-347ee511e44a4b6419c144917e079c78fde46f32.zip
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
Diffstat (limited to 'rootdir')
-rw-r--r--rootdir/init.rc1
1 files changed, 1 insertions, 0 deletions
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