From 30373f301596d30e071859cb2aa6e007de9ce886 Mon Sep 17 00:00:00 2001 From: Andrew Scull Date: Tue, 25 Jan 2022 16:07:21 +0000 Subject: [PATCH] Add context for ro.boot.microdroid.debuggable property This property is read by microdroid_manager to check whether the VM is in debug mode. Give it a context to satisfy the sepolicy. Bug: 214231981 Test: atest MicrodroidTestApp Change-Id: I9d4bda5e487324c95229c7978e8fe0a53fa9f616 --- microdroid/system/private/property_contexts | 1 + 1 file changed, 1 insertion(+) diff --git a/microdroid/system/private/property_contexts b/microdroid/system/private/property_contexts index 7b63cae60..f063e2186 100644 --- a/microdroid/system/private/property_contexts +++ b/microdroid/system/private/property_contexts @@ -100,6 +100,7 @@ ro.boot.first_stage_console u:object_r:bootloader_prop:s0 exact string ro.boot.force_normal_boot u:object_r:bootloader_prop:s0 exact string ro.boot.hardware u:object_r:bootloader_prop:s0 exact string ro.boot.logd.enabled u:object_r:bootloader_prop:s0 exact bool +ro.boot.microdroid.debuggable u:object_r:bootloader_prop:s0 exact bool ro.boot.slot_suffix u:object_r:bootloader_prop:s0 exact string ro.boot.vbmeta.avb_version u:object_r:bootloader_prop:s0 exact string ro.boot.vbmeta.device_state u:object_r:bootloader_prop:s0 exact string