Skip to content
Snippets Groups Projects
Commit c8b21438 authored by dcashman's avatar dcashman
Browse files

Allow platform app to get handle to voiceinteraction service.

Address the following denial caused by systemui:
avc:  denied  { find } for service=voiceinteraction pid=10761 uid=10029 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:voiceinteraction_service:s0 tclass=service_manager permissive=0

Bug: 26842457
Change-Id: I8274d7f31a4390ccfb885389302e4fea9ce0e389
parent c68c5019
No related branches found
No related tags found
No related merge requests found
...@@ -46,5 +46,6 @@ allow platform_app mediaextractor_service:service_manager find; ...@@ -46,5 +46,6 @@ allow platform_app mediaextractor_service:service_manager find;
allow platform_app persistent_data_block_service:service_manager find; allow platform_app persistent_data_block_service:service_manager find;
allow platform_app radio_service:service_manager find; allow platform_app radio_service:service_manager find;
allow platform_app surfaceflinger_service:service_manager find; allow platform_app surfaceflinger_service:service_manager find;
allow platform_app voiceinteraction_service:service_manager find;
allow platform_app app_api_service:service_manager find; allow platform_app app_api_service:service_manager find;
allow platform_app system_api_service:service_manager find; allow platform_app system_api_service:service_manager find;
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