diff options
author | David Zeuthen <zeuthen@google.com> | 2015-10-07 14:00:55 -0400 |
---|---|---|
committer | David Zeuthen <zeuthen@google.com> | 2015-10-07 14:00:55 -0400 |
commit | 159147853efb9b2ea81824e4940b815821f76656 (patch) | |
tree | 6c9f5bb212229162f0e6099c2cb23ca575f7cd7f /rootdir | |
parent | 8a69e0315a3288ca14213602f5bec1173bc3216e (diff) | |
download | core-159147853efb9b2ea81824e4940b815821f76656.tar.gz core-159147853efb9b2ea81824e4940b815821f76656.tar.bz2 core-159147853efb9b2ea81824e4940b815821f76656.zip |
init.rc: mkdir /data/misc/update_engine 0700 root root
Ensure that /data/misc/update_engine exists since it will be referenced
by selinux policy.
Bug: 23186405
Change-Id: I96e4ff341086da6474ef7f7c934f1f35bffc1439
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 dc85d98cd..44c4d8ebc 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -258,6 +258,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 |