From 0977919ac4c53a23fed5725c3776f37fd4b078a9 Mon Sep 17 00:00:00 2001 From: Andrew Scull Date: Mon, 17 Apr 2023 14:22:17 +0000 Subject: [PATCH] Allow remote_provisioning to query IRPC Enable remote_provisioning diagnostic reporting from dumpsys and adb shell by allowing the service, which is hosted in system_server, to call KeyMint's IRPC HAL implementation. Test: adb shell dumpsys remote_provisioning Test: adb shell cmd remote_provisioning Bug: 265747549 Change-Id: Ica9eadd6019b577990ec3493a2b08e25f851f465 --- private/system_server.te | 1 + 1 file changed, 1 insertion(+) diff --git a/private/system_server.te b/private/system_server.te index 7fea6e75a..553e0a43f 100644 --- a/private/system_server.te +++ b/private/system_server.te @@ -321,6 +321,7 @@ hal_client_domain(system_server, hal_health) hal_client_domain(system_server, hal_input_classifier) hal_client_domain(system_server, hal_input_processor) hal_client_domain(system_server, hal_ir) +hal_client_domain(system_server, hal_keymint) hal_client_domain(system_server, hal_light) hal_client_domain(system_server, hal_memtrack) hal_client_domain(system_server, hal_neuralnetworks)