Add uce service to core policy.
This service is requested by AOSP framework, but there is no context for
it defined.
Bug: 136023468
Test: N/A
Change-Id: Ibc5b048aaa1c9eda7b9180caca92cb876c3f6b28
Merged-In: Ibc5b048aaa1c9eda7b9180caca92cb876c3f6b28
(cherry picked from commit 67cb30fabf
)
This commit is contained in:
parent
c72b7d1731
commit
20414effb6
3 changed files with 4 additions and 0 deletions
|
@ -6,3 +6,5 @@ read_runtime_log_tags(radio)
|
||||||
|
|
||||||
# Telephony code contains time / time zone detection logic so it reads the associated properties.
|
# Telephony code contains time / time zone detection logic so it reads the associated properties.
|
||||||
get_prop(radio, time_prop)
|
get_prop(radio, time_prop)
|
||||||
|
|
||||||
|
allow radio uce_service:service_manager find;
|
||||||
|
|
|
@ -5,3 +5,4 @@ type gsi_service, service_manager_type;
|
||||||
type incidentcompanion_service, system_api_service, system_server_service, service_manager_type;
|
type incidentcompanion_service, system_api_service, system_server_service, service_manager_type;
|
||||||
type stats_service, service_manager_type;
|
type stats_service, service_manager_type;
|
||||||
type statscompanion_service, system_server_service, service_manager_type;
|
type statscompanion_service, system_server_service, service_manager_type;
|
||||||
|
type uce_service, service_manager_type;
|
||||||
|
|
|
@ -198,6 +198,7 @@ timezone u:object_r:timezone_service:s0
|
||||||
thermalservice u:object_r:thermal_service:s0
|
thermalservice u:object_r:thermal_service:s0
|
||||||
trust u:object_r:trust_service:s0
|
trust u:object_r:trust_service:s0
|
||||||
tv_input u:object_r:tv_input_service:s0
|
tv_input u:object_r:tv_input_service:s0
|
||||||
|
uce u:object_r:uce_service:s0
|
||||||
uimode u:object_r:uimode_service:s0
|
uimode u:object_r:uimode_service:s0
|
||||||
updatelock u:object_r:updatelock_service:s0
|
updatelock u:object_r:updatelock_service:s0
|
||||||
uri_grants u:object_r:uri_grants_service:s0
|
uri_grants u:object_r:uri_grants_service:s0
|
||||||
|
|
Loading…
Reference in a new issue