diff options
author | Brian Carlstrom <bdc@google.com> | 2014-08-29 11:39:17 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-08-29 11:39:17 +0000 |
commit | 68e0d185f4640a8e1dc7b6d1aad17b51a802de37 (patch) | |
tree | ea8b345eee35a2fc020f0bdd5297a2b53b2091d7 /rootdir/init.rc | |
parent | a1e9ced56e10ce1b7899e3544c4d6f65e545305d (diff) | |
parent | 24d2adba7a2f9caa82a88be70ad2fe7397ab310a (diff) | |
download | system_core-68e0d185f4640a8e1dc7b6d1aad17b51a802de37.zip system_core-68e0d185f4640a8e1dc7b6d1aad17b51a802de37.tar.gz system_core-68e0d185f4640a8e1dc7b6d1aad17b51a802de37.tar.bz2 |
am 24d2adba: am 188d4396: Merge "Change /dalvik-cache to be owned by root."
* commit '24d2adba7a2f9caa82a88be70ad2fe7397ab310a':
Change /dalvik-cache to be owned by root.
Diffstat (limited to 'rootdir/init.rc')
-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 |