Skip to content
Snippets Groups Projects
Commit 5bf0c636 authored by Felipe Leme's avatar Felipe Leme
Browse files

New service: intelligence_service

Bug: 111276913
Test: manual verification

Change-Id: Icb309bb07e4e4b39cdc912b1d3dc1ece9cb55f5f
parent 41ab29ee
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,7 @@
heapprofd_socket
incident_helper
incident_helper_exec
intelligence_service
iorapd
iorapd_data_file
iorapd_exec
......
......@@ -87,6 +87,7 @@
heapprofd_socket
incident_helper
incident_helper_exec
intelligence_service
iorapd
iorapd_data_file
iorapd_exec
......
......@@ -34,6 +34,7 @@
heapprofd
heapprofd_exec
heapprofd_socket
intelligence_service
llkd
llkd_exec
llkd_prop
......
......@@ -77,6 +77,7 @@ iphonesubinfo2 u:object_r:radio_service:s0
iphonesubinfo u:object_r:radio_service:s0
ims u:object_r:radio_service:s0
imms u:object_r:imms_service:s0
intelligence u:object_r:intelligence_service:s0
ipsec u:object_r:ipsec_service:s0
isms_msim u:object_r:radio_service:s0
isms2 u:object_r:radio_service:s0
......
......@@ -93,9 +93,10 @@ type graphicsstats_service, app_api_service, ephemeral_app_api_service, system_s
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 imms_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type input_method_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type input_service, app_api_service, ephemeral_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 intelligence_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type ipsec_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type jobscheduler_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type launcherapps_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment