init.rc: create /data/misc/reboot owned by system
Directory will be read and modified by system uid. Bug: 37251463 Test: Manual: reboot and inspect Change-Id: I76212f65af991ff9ad0969b9c0b8460b80fb9cd2
This commit is contained in:
parent
dff584659c
commit
e1e6edcf33
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ on post-fs-data
|
|||
mkdir /data/misc/boottrace 0771 system shell
|
||||
mkdir /data/misc/update_engine 0700 root root
|
||||
mkdir /data/misc/trace 0700 root root
|
||||
mkdir /data/misc/reboot 0700 root root
|
||||
mkdir /data/misc/reboot 0700 system system
|
||||
# profile file layout
|
||||
mkdir /data/misc/profiles 0771 system system
|
||||
mkdir /data/misc/profiles/cur 0771 system system
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue