diff options
author | Brian Carlstrom <bdc@google.com> | 2014-08-29 11:56:57 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-08-29 11:56:57 +0000 |
commit | 074fc3ddfb8fc5676af24d366e071b6bca5614bf (patch) | |
tree | 657268586c4e4012c4305a9b6ad9d9b1c6b04e7e /rootdir | |
parent | 2ac272d8a6dc59d1d16b1e26f93841ee7f149a08 (diff) | |
parent | 68e0d185f4640a8e1dc7b6d1aad17b51a802de37 (diff) | |
download | system_core-074fc3ddfb8fc5676af24d366e071b6bca5614bf.zip system_core-074fc3ddfb8fc5676af24d366e071b6bca5614bf.tar.gz system_core-074fc3ddfb8fc5676af24d366e071b6bca5614bf.tar.bz2 |
am 68e0d185: am 24d2adba: am 188d4396: Merge "Change /dalvik-cache to be owned by root."
* commit '68e0d185f4640a8e1dc7b6d1aad17b51a802de37':
Change /dalvik-cache to be owned by root.
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 5e61715..09f7297 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 |