From 18a4108d149796cb0b11dfa974c3748a4eaf42e3 Mon Sep 17 00:00:00 2001 From: "Torne (Richard Coles)" <torne@google.com> Date: Wed, 16 Jul 2014 18:45:34 +0100 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 28aa0c91e..df4914424 100644 --- a/service_contexts +++ b/service_contexts @@ -111,6 +111,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