Merge "New service: intelligence_service"
This commit is contained in:
commit
2b76694814
5 changed files with 6 additions and 1 deletions
|
@ -96,6 +96,7 @@
|
||||||
heapprofd_socket
|
heapprofd_socket
|
||||||
incident_helper
|
incident_helper
|
||||||
incident_helper_exec
|
incident_helper_exec
|
||||||
|
intelligence_service
|
||||||
iorapd
|
iorapd
|
||||||
iorapd_data_file
|
iorapd_data_file
|
||||||
iorapd_exec
|
iorapd_exec
|
||||||
|
|
|
@ -87,6 +87,7 @@
|
||||||
heapprofd_socket
|
heapprofd_socket
|
||||||
incident_helper
|
incident_helper
|
||||||
incident_helper_exec
|
incident_helper_exec
|
||||||
|
intelligence_service
|
||||||
iorapd
|
iorapd
|
||||||
iorapd_data_file
|
iorapd_data_file
|
||||||
iorapd_exec
|
iorapd_exec
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
heapprofd
|
heapprofd
|
||||||
heapprofd_exec
|
heapprofd_exec
|
||||||
heapprofd_socket
|
heapprofd_socket
|
||||||
|
intelligence_service
|
||||||
llkd
|
llkd
|
||||||
llkd_exec
|
llkd_exec
|
||||||
llkd_prop
|
llkd_prop
|
||||||
|
|
|
@ -77,6 +77,7 @@ iphonesubinfo2 u:object_r:radio_service:s0
|
||||||
iphonesubinfo u:object_r:radio_service:s0
|
iphonesubinfo u:object_r:radio_service:s0
|
||||||
ims u:object_r:radio_service:s0
|
ims u:object_r:radio_service:s0
|
||||||
imms u:object_r:imms_service:s0
|
imms u:object_r:imms_service:s0
|
||||||
|
intelligence u:object_r:intelligence_service:s0
|
||||||
ipsec u:object_r:ipsec_service:s0
|
ipsec u:object_r:ipsec_service:s0
|
||||||
isms_msim u:object_r:radio_service:s0
|
isms_msim u:object_r:radio_service:s0
|
||||||
isms2 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_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 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, 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_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 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 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 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;
|
type launcherapps_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||||
|
|
Loading…
Reference in a new issue