From 7813cc8de083b811fb01756956f143b5eedcfb6b Mon Sep 17 00:00:00 2001 From: Jeff Vander Stoep <jeffv@google.com> Date: Fri, 16 Oct 2015 14:53:11 -0700 Subject: [PATCH] grant webviewupdate_service app_api_service attribute avc: denied { find } for service=webviewupdate pid=11399 uid=10070 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:webviewupdate_service:s0 tclass=service_manager permissive=0 Bug: 25018574 Change-Id: I26a7846d1c80c1ab3842813f4148528030b1106a --- service.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.te b/service.te index 56478d098..401f231b1 100644 --- a/service.te +++ b/service.te @@ -97,7 +97,7 @@ type user_service, app_api_service, system_server_service, service_manager_type; type vibrator_service, app_api_service, system_server_service, service_manager_type; type voiceinteraction_service, app_api_service, system_server_service, service_manager_type; type wallpaper_service, app_api_service, system_server_service, service_manager_type; -type webviewupdate_service, system_api_service, system_server_service, service_manager_type; +type webviewupdate_service, app_api_service, system_server_service, service_manager_type; type wifip2p_service, app_api_service, system_server_service, service_manager_type; type wifiscanner_service, system_api_service, system_server_service, service_manager_type; type wifi_service, app_api_service, system_server_service, service_manager_type; -- GitLab