From 64940d884e6b8ce044f0db39b2afa644859cf99a Mon Sep 17 00:00:00 2001 From: "Torne (Richard Coles)" <torne@google.com> Date: Wed, 16 Jul 2014 11:21:27 -0700 Subject: [PATCH] Add "webviewupdate" system server service. Define the service context for "webviewupdate", a new service that will run in the system server. Bug: 13005501 Change-Id: I841437c59b362fda88d130be2f2871aef87d9231 --- service_contexts | 1 + 1 file changed, 1 insertion(+) diff --git a/service_contexts b/service_contexts index 4768cf67c..7773d2627 100644 --- a/service_contexts +++ b/service_contexts @@ -112,6 +112,7 @@ user u:object_r:system_server_service:s0 vibrator u:object_r:system_server_service:s0 voiceinteraction u:object_r:system_server_service:s0 wallpaper u:object_r:system_server_service:s0 +webviewupdate u:object_r:system_server_service:s0 wifip2p u:object_r:system_server_service:s0 wifiscanner u:object_r:system_server_service:s0 wifi u:object_r:system_server_service:s0 -- GitLab