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:
Jooyung Han 2019-04-18 11:01:35 +09:00
parent bc420c4748
commit baa7c13c31

View file

@ -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