diff --git a/private/compat/26.0/26.0.ignore.cil b/private/compat/26.0/26.0.ignore.cil index f72118d5d6b395ef6da75b6ae30caa8819286a09..ebd4037dc1d9e9d7725fee945e446512bc816cab 100644 --- a/private/compat/26.0/26.0.ignore.cil +++ b/private/compat/26.0/26.0.ignore.cil @@ -120,6 +120,7 @@ thermalserviced_tmpfs timedetector_service timezone_service + timezonedetector_service tombstoned_java_trace_socket tombstone_wifi_data_file trace_data_file diff --git a/private/compat/27.0/27.0.ignore.cil b/private/compat/27.0/27.0.ignore.cil index 9b6ce30dcbaf697b0fda6ba64440ffebd9e72897..fe9887e8eb662595b56fe5d93414c1169ccef765 100644 --- a/private/compat/27.0/27.0.ignore.cil +++ b/private/compat/27.0/27.0.ignore.cil @@ -96,6 +96,7 @@ system_update_service test_boot_reason_prop timedetector_service + timezonedetector_service tombstone_wifi_data_file trace_data_file traced diff --git a/private/service_contexts b/private/service_contexts index 54c14737781d5cd2d66d54f6d5955b0edeb8d4d6..0513073a784172d02a2dfff4444fcfec8967e6d6 100644 --- a/private/service_contexts +++ b/private/service_contexts @@ -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 diff --git a/public/radio.te b/public/radio.te index 4c5f69c7705510e458334528eaa20adc3f17b1c8..05bfd8ce9af1bf8a211172a1bda47375e2d76bc4 100644 --- a/public/radio.te +++ b/public/radio.te @@ -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) diff --git a/public/service.te b/public/service.te index 9180e88dfc659524402cf8c0f3217f4392f9c7f3..11fb831dc050410d7b0126efafb75ae7f2ca4701 100644 --- a/public/service.te +++ b/public/service.te @@ -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;