init: Create /data/apex/hashtree folder at boot
/data/apex/hashtree is internal to apexd, hence 0700 Bug: 120058143 Test: m && boot device Change-Id: I3637a3cbedf871e982e02d50c21e0fe53e6b4824
This commit is contained in:
parent
bc420c4748
commit
baa7c13c31
1 changed files with 1 additions and 0 deletions
|
@ -442,6 +442,7 @@ on post-fs-data
|
|||
mkdir /data/apex 0750 root system
|
||||
mkdir /data/apex/active 0750 root system
|
||||
mkdir /data/apex/backup 0700 root system
|
||||
mkdir /data/apex/hashtree 0700 root system
|
||||
mkdir /data/apex/sessions 0700 root system
|
||||
mkdir /data/app-staging 0750 system system
|
||||
start apexd
|
||||
|
|
Loading…
Reference in a new issue