Skip to content
Snippets Groups Projects
Commit 11877133 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Nick Kralevich
Browse files

Allow new settings system service.

Test: N/A
Change-Id: Ib3c85118bf752152f5ca75ec13371073fc2873cc
parent ae9d3c0c
No related branches found
No related tags found
No related merge requests found
...@@ -122,6 +122,7 @@ sec_key_att_app_id_provider u:object_r:sec_key_att_app_id_provider ...@@ -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 sensorservice u:object_r:sensorservice_service:s0
serial u:object_r:serial_service:s0 serial u:object_r:serial_service:s0
servicediscovery u:object_r:servicediscovery_service:s0 servicediscovery u:object_r:servicediscovery_service:s0
settings u:object_r:settings_service:s0
shortcut u:object_r:shortcut_service:s0 shortcut u:object_r:shortcut_service:s0
simphonebook_msim u:object_r:radio_service:s0 simphonebook_msim u:object_r:radio_service:s0
simphonebook2 u:object_r:radio_service:s0 simphonebook2 u:object_r:radio_service:s0
......
...@@ -104,6 +104,7 @@ type sec_key_att_app_id_provider_service, app_api_service, system_server_service ...@@ -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 sensorservice_service, app_api_service, system_server_service, service_manager_type;
type serial_service, system_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 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 shortcut_service, app_api_service, system_server_service, service_manager_type;
type statusbar_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; type task_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