From 73d9e7d6668d52cb49b3b4ef3bf3950b074e8b19 Mon Sep 17 00:00:00 2001 From: Songchun Fan Date: Thu, 19 Dec 2019 16:04:11 -0800 Subject: [PATCH] [incrementa;] set mode and encryption for /data/incremental To be consistent with /data/app. Test: boots BUG: 137855266 Change-Id: I8aa549155367edfad158924bcf7892ac7bb76f16 --- rootdir/init.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index 803d44a86..ae25b880c 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -689,7 +689,7 @@ on post-fs-data mkdir /data/rollback-observer 0700 system system encryption=DeleteIfNecessary # Create root dir for Incremental Service - mkdir /data/incremental 0770 system system encryption=None + mkdir /data/incremental 0771 system system encryption=Require # Wait for apexd to finish activating APEXes before starting more processes. wait_for_prop apexd.status ready