From 0b1797b852f28023c35c01583b9cfecd9b544891 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Tue, 24 Apr 2018 09:36:58 -0700 Subject: [PATCH] Allow dumpstate to be used as a lazy HAL. hwservicemanager lost the permission to tell init to start the dumpstate HAL when dumpstate was given this permission exclusively. Bug: 77489941 # problem introduced Bug: 78509314 # converting dumpstate to lazy hals Test: convert an instance of dumpstate into a lazy HAL, run bugreport, see denial, then add permission, and see bugreport start to work again. Change-Id: I033701d8306200bebc0f250afe3d08f9e6ab98a1 --- private/hwservicemanager.te | 1 + 1 file changed, 1 insertion(+) diff --git a/private/hwservicemanager.te b/private/hwservicemanager.te index f56e0c61d..45b62d075 100644 --- a/private/hwservicemanager.te +++ b/private/hwservicemanager.te @@ -6,3 +6,4 @@ add_hwservice(hwservicemanager, hidl_manager_hwservice) add_hwservice(hwservicemanager, hidl_token_hwservice) set_prop(hwservicemanager, ctl_default_prop) +set_prop(hwservicemanager, ctl_dumpstate_prop)