selinux config for Incremental service

BUG: 136132412
Test: boots
Change-Id: I0bff222af54d617b7c849bbed6fa52b96d945e32
This commit is contained in:
Songchun Fan 2019-12-10 15:41:18 -08:00
parent 898a71352c
commit f3380b151d
3 changed files with 3 additions and 0 deletions

View file

@ -25,6 +25,7 @@
hal_rebootescrow_service
hal_tv_tuner_hwservice
hal_vibrator_service
incremental_service
init_svc_debug_prop
iorap_prefetcherd
iorap_prefetcherd_data_file

View file

@ -98,6 +98,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
incremental u:object_r:incremental_service:s0
ipsec u:object_r:ipsec_service:s0
ircsmessage u:object_r:radio_service:s0
iris u:object_r:iris_service:s0

View file

@ -107,6 +107,7 @@ 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 incremental_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 ipsec_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;