Amend sepolicy for hdmi control service

CTS tests are unable to access HdmiControlManager due to sepolicy.

avc:  denied  { find } for pid=8394 uid=10071 name=hdmi_control scontext=u:r:untrusted_app_27:s0:c71,c256,c512,c768 tcontext=u:object_r:hdmi_control_service:s0 tclass=service_manager permissive=0

Bug: 174345748
Test: patched internal master and verified
Change-Id: I5c0b6597116641869a6011c8d66221b8f1babd7c
This commit is contained in:
Marvin Ramin 2021-01-15 13:21:48 +01:00
parent ed3ad1d253
commit ca36ce6e95

View file

@ -114,7 +114,7 @@ type gfxinfo_service, system_api_service, system_server_service, service_manager
type graphicsstats_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type hardware_service, system_server_service, service_manager_type;
type hardware_properties_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type hdmi_control_service, system_api_service, system_server_service, service_manager_type;
type hdmi_control_service, app_api_service, system_server_service, service_manager_type;
type imms_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type incremental_service, system_server_service, service_manager_type;
type input_method_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;