Create a new directory on boot for update_engine logs

Partners require to access update_engine's logs on the file system with
non-root permission.

Bug: 65568605
Test: directory created with the correct permission on boot
Change-Id: I1c1fb4acb8b0f2e7352ffa9e7d05a864940b5986
This commit is contained in:
Tianjie Xu 2017-11-03 10:59:36 -07:00
parent 93e5cd85d1
commit 74fa3cab4e

View file

@ -430,6 +430,7 @@ on post-fs-data
mkdir /data/misc/vold 0700 root root
mkdir /data/misc/boottrace 0771 system shell
mkdir /data/misc/update_engine 0700 root root
mkdir /data/misc/update_engine_log 02750 root log
mkdir /data/misc/trace 0700 root root
# profile file layout
mkdir /data/misc/profiles 0771 system system