diff options
author | Nick Kralevich <nnk@google.com> | 2015-01-31 08:34:08 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-01-31 08:34:08 +0000 |
commit | 07932da9118893563624116dad926d7c49c06424 (patch) | |
tree | a1a18748dc32d97bb0772999798172545cd155e6 /rootdir | |
parent | 75ad8ce75718a5e91903e8b8d4bf095f6c6ff4bd (diff) | |
parent | e1f62802f6bec8ecc89100a1bbbdc36b7d18985b (diff) | |
download | system_core-07932da9118893563624116dad926d7c49c06424.zip system_core-07932da9118893563624116dad926d7c49c06424.tar.gz system_core-07932da9118893563624116dad926d7c49c06424.tar.bz2 |
am e1f62802: am d07555db: Merge "ensure /data/tombstones exists on all Android devices"
* commit 'e1f62802f6bec8ecc89100a1bbbdc36b7d18985b':
ensure /data/tombstones exists on all Android devices
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index f40401f..1b3518d 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -287,6 +287,7 @@ on post-fs-data mkdir /data/app-lib 0771 system system mkdir /data/app 0771 system system mkdir /data/property 0700 root root + mkdir /data/tombstones 0771 system system # create dalvik-cache, so as to enforce our permissions mkdir /data/dalvik-cache 0771 root root |