diff options
author | David Zeuthen <zeuthen@google.com> | 2015-10-07 20:18:36 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-10-07 20:18:36 +0000 |
commit | 10bb4e5161ecca1a9660d1e5967b3fb5e7662839 (patch) | |
tree | 2a6a3c0dd8a3be58bc5ae7f6e23935bf0bebaad4 /rootdir | |
parent | 9e45f201d1ef924788bea56c48b9fce1a5dc30f0 (diff) | |
parent | 159147853efb9b2ea81824e4940b815821f76656 (diff) | |
download | core-10bb4e5161ecca1a9660d1e5967b3fb5e7662839.tar.gz core-10bb4e5161ecca1a9660d1e5967b3fb5e7662839.tar.bz2 core-10bb4e5161ecca1a9660d1e5967b3fb5e7662839.zip |
Merge "init.rc: mkdir /data/misc/update_engine 0700 root root"
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 10635d3d0..bd4d1560d 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -296,6 +296,7 @@ on post-fs-data mkdir /data/local 0751 root root mkdir /data/misc/media 0700 media media mkdir /data/misc/boottrace 0771 system shell + mkdir /data/misc/update_engine 0700 root root # For security reasons, /data/local/tmp should always be empty. # Do not place files or directories in /data/local/tmp |