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
This commit is contained in:
parent
8a69e0315a
commit
159147853e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue