From c1384ba0d0b66e74a2df77b796b1085256b740ac Mon Sep 17 00:00:00 2001
From: Jaekyun Seok <jaekyun@google.com>
Date: Thu, 12 Apr 2018 08:12:25 +0900
Subject: [PATCH] Allow vendor-init-readable for sys.boot_completed and
 dev.bootcomplete

Bug: 75987246
Test: succeeded builing and tested with taimen
Change-Id: I2d8bc91c305e665ed9c69459e51204117afb3eee
Merged-In: I2d8bc91c305e665ed9c69459e51204117afb3eee
(cherry picked from commit ac2e4cce71fd9b379bced6c4aae5308c55c66367)
---
 public/property_contexts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/public/property_contexts b/public/property_contexts
index 48e91a74d..57a61231b 100644
--- a/public/property_contexts
+++ b/public/property_contexts
@@ -115,6 +115,8 @@ tombstoned.max_tombstone_count u:object_r:exported3_default_prop:s0 exact int
 vold.post_fs_data_done u:object_r:exported2_vold_prop:s0 exact int
 
 # vendor-init-readable|vendor-init-actionable
+dev.bootcomplete u:object_r:exported3_system_prop:s0 exact bool
+sys.boot_completed u:object_r:exported3_system_prop:s0 exact bool
 sys.retaildemo.enabled u:object_r:exported3_system_prop:s0 exact int
 
 # vendor-init-settable|vendor-init-actionable
-- 
GitLab