From ac2e4cce71fd9b379bced6c4aae5308c55c66367 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 --- public/property_contexts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/property_contexts b/public/property_contexts index 5f7ebfaf2..ee863f05a 100644 --- a/public/property_contexts +++ b/public/property_contexts @@ -115,7 +115,9 @@ 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 persist.sys.usb.usbradio.config u:object_r:exported3_system_prop:s0 exact string +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