diff options
author | Alex Light <allight@google.com> | 2014-08-27 15:40:05 -0700 |
---|---|---|
committer | Alex Light <allight@google.com> | 2014-08-28 16:56:36 -0700 |
commit | c692410e1607a39cd6d55f4be8164fc630d9772c (patch) | |
tree | fb361e54bba65b8956c749bec802f3262e9f9ee4 /rootdir | |
parent | f9e4d72782e685c00587e09d0e560a49be49ab6c (diff) | |
download | system_core-c692410e1607a39cd6d55f4be8164fc630d9772c.zip system_core-c692410e1607a39cd6d55f4be8164fc630d9772c.tar.gz system_core-c692410e1607a39cd6d55f4be8164fc630d9772c.tar.bz2 |
Change /dalvik-cache to be owned by root.
Bug: 16875245
(cherry picked from commit 3878ebd72493427ea5537b36dfb9cd7cb38677bb)
Change-Id: I29a70215a2207bc4e0db02ab751d32a68edf4b66
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 4d4bc86..681324a 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -290,7 +290,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 |