sepolicy entries for time zone detector service
Add sepolicy entries for the new time zone detector service. The timezonedetector_service will be called from the telephony process. Bug: 78217059 Test: make / booted device Change-Id: Ib719a4bb444b2af7dd71910fb0bd12992df9d88c
This commit is contained in:
parent
b4425a2742
commit
1662495aec
5 changed files with 5 additions and 0 deletions
|
@ -120,6 +120,7 @@
|
|||
thermalserviced_tmpfs
|
||||
timedetector_service
|
||||
timezone_service
|
||||
timezonedetector_service
|
||||
tombstoned_java_trace_socket
|
||||
tombstone_wifi_data_file
|
||||
trace_data_file
|
||||
|
|
|
@ -96,6 +96,7 @@
|
|||
system_update_service
|
||||
test_boot_reason_prop
|
||||
timedetector_service
|
||||
timezonedetector_service
|
||||
tombstone_wifi_data_file
|
||||
trace_data_file
|
||||
traced
|
||||
|
|
|
@ -162,6 +162,7 @@ textclassification u:object_r:textclassification_service:
|
|||
textservices u:object_r:textservices_service:s0
|
||||
time_detector u:object_r:timedetector_service:s0
|
||||
timezone u:object_r:timezone_service:s0
|
||||
time_zone_detector u:object_r:timezonedetector_service:s0
|
||||
thermalservice u:object_r:thermal_service:s0
|
||||
trust u:object_r:trust_service:s0
|
||||
tv_input u:object_r:tv_input_service:s0
|
||||
|
|
|
@ -36,6 +36,7 @@ allow radio nfc_service:service_manager find;
|
|||
allow radio app_api_service:service_manager find;
|
||||
allow radio system_api_service:service_manager find;
|
||||
allow radio timedetector_service:service_manager find;
|
||||
allow radio timezonedetector_service:service_manager find;
|
||||
|
||||
# Perform HwBinder IPC.
|
||||
hwbinder_use(radio)
|
||||
|
|
|
@ -142,6 +142,7 @@ type textservices_service, app_api_service, ephemeral_app_api_service, system_se
|
|||
type telecom_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type timedetector_service, system_server_service, service_manager_type;
|
||||
type timezone_service, system_server_service, service_manager_type;
|
||||
type timezonedetector_service, system_server_service, service_manager_type;
|
||||
type trust_service, app_api_service, system_server_service, service_manager_type;
|
||||
type tv_input_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type uimode_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
|
|
Loading…
Reference in a new issue