From baa7c13c314373a73e122fe4b20ca37756bebf5a Mon Sep 17 00:00:00 2001 From: Jooyung Han Date: Thu, 18 Apr 2019 11:01:35 +0900 Subject: [PATCH] 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 --- rootdir/init.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/rootdir/init.rc b/rootdir/init.rc index 7cb0f66f8..1465f0fc2 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -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