From 3878ebd72493427ea5537b36dfb9cd7cb38677bb Mon Sep 17 00:00:00 2001 From: Alex Light Date: Wed, 27 Aug 2014 15:40:05 -0700 Subject: Change /dalvik-cache to be owned by root. Bug: 16875245 Change-Id: I29a70215a2207bc4e0db02ab751d32a68edf4b66 --- rootdir/init.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rootdir') diff --git a/rootdir/init.rc b/rootdir/init.rc index 3644219..11c34f8 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -285,7 +285,7 @@ on post-fs-data mkdir /data/property 0700 root root # create dalvik-cache, so as to enforce our permissions - mkdir /data/dalvik-cache 0771 system system + mkdir /data/dalvik-cache 0771 root root mkdir /data/dalvik-cache/profiles 0711 system system # create resource-cache and double-check the perms -- cgit v1.1