Skip to content
Snippets Groups Projects
Commit fe06f87e authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Add recovery service.

am: 65b5fde9

* commit '65b5fde9':
  Add recovery service.
parents ead74ee2 65b5fde9
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ allow priv_app surfaceflinger_service:service_manager find; ...@@ -27,6 +27,7 @@ allow priv_app surfaceflinger_service:service_manager find;
allow priv_app app_api_service:service_manager find; allow priv_app app_api_service:service_manager find;
allow priv_app system_api_service:service_manager find; allow priv_app system_api_service:service_manager find;
allow priv_app persistent_data_block_service:service_manager find; allow priv_app persistent_data_block_service:service_manager find;
allow priv_app recovery_service:service_manager find;
# Traverse into /mnt/media_rw for bypassing FUSE daemon # Traverse into /mnt/media_rw for bypassing FUSE daemon
# TODO: narrow this to just MediaProvider # TODO: narrow this to just MediaProvider
......
...@@ -75,6 +75,7 @@ type power_service, app_api_service, system_server_service, service_manager_type ...@@ -75,6 +75,7 @@ type power_service, app_api_service, system_server_service, service_manager_type
type print_service, app_api_service, system_server_service, service_manager_type; type print_service, app_api_service, system_server_service, service_manager_type;
type processinfo_service, system_server_service, service_manager_type; type processinfo_service, system_server_service, service_manager_type;
type procstats_service, app_api_service, system_server_service, service_manager_type; type procstats_service, app_api_service, system_server_service, service_manager_type;
type recovery_service, system_server_service, service_manager_type;
type registry_service, app_api_service, system_server_service, service_manager_type; type registry_service, app_api_service, system_server_service, service_manager_type;
type restrictions_service, app_api_service, system_server_service, service_manager_type; type restrictions_service, app_api_service, system_server_service, service_manager_type;
type rttmanager_service, app_api_service, system_server_service, service_manager_type; type rttmanager_service, app_api_service, system_server_service, service_manager_type;
......
...@@ -96,6 +96,7 @@ procstats u:object_r:procstats_service:s0 ...@@ -96,6 +96,7 @@ procstats u:object_r:procstats_service:s0
radio.phonesubinfo u:object_r:radio_service:s0 radio.phonesubinfo u:object_r:radio_service:s0
radio.phone u:object_r:radio_service:s0 radio.phone u:object_r:radio_service:s0
radio.sms u:object_r:radio_service:s0 radio.sms u:object_r:radio_service:s0
recovery u:object_r:recovery_service:s0
restrictions u:object_r:restrictions_service:s0 restrictions u:object_r:restrictions_service:s0
rttmanager u:object_r:rttmanager_service:s0 rttmanager u:object_r:rttmanager_service:s0
samplingprofiler u:object_r:samplingprofiler_service:s0 samplingprofiler u:object_r:samplingprofiler_service:s0
......
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