Allow new settings system service.

am: 11877133ba

Change-Id: I379cb009d5a47f3c52a69cca1a80321a9e9859b5
This commit is contained in:
Dianne Hackborn 2016-11-01 21:30:34 +00:00 committed by android-build-merger
commit 33619e31de
2 changed files with 2 additions and 0 deletions

View File

@ -122,6 +122,7 @@ sec_key_att_app_id_provider u:object_r:sec_key_att_app_id_provider
sensorservice u:object_r:sensorservice_service:s0
serial u:object_r:serial_service:s0
servicediscovery u:object_r:servicediscovery_service:s0
settings u:object_r:settings_service:s0
shortcut u:object_r:shortcut_service:s0
simphonebook_msim u:object_r:radio_service:s0
simphonebook2 u:object_r:radio_service:s0

View File

@ -104,6 +104,7 @@ type sec_key_att_app_id_provider_service, app_api_service, system_server_service
type sensorservice_service, app_api_service, system_server_service, service_manager_type;
type serial_service, system_api_service, system_server_service, service_manager_type;
type servicediscovery_service, app_api_service, system_server_service, service_manager_type;
type settings_service, app_api_service, system_server_service, service_manager_type;
type shortcut_service, app_api_service, system_server_service, service_manager_type;
type statusbar_service, app_api_service, system_server_service, service_manager_type;
type task_service, system_server_service, service_manager_type;