Make init.svc.adbd globally readable.
Debuggable Java apps need to be able to tell if adbd is currently
running, in order to avoid waking the CPU up to connect to its jdwp
service.
Bug: http://b/171820667
Test: treehugger
Change-Id: I79ce63134f37a007208f66c89a1e0320c651b5a8
diff --git a/private/property_contexts b/private/property_contexts
index 2d90875..e1effc0 100644
--- a/private/property_contexts
+++ b/private/property_contexts
@@ -531,7 +531,8 @@
# default contexts only accessible by coredomain
init.svc. u:object_r:init_service_status_private_prop:s0 prefix string
-# vendor-init-readable init service props
+# Globally-readable init service props
+init.svc.adbd u:object_r:init_service_status_prop:s0 exact string
init.svc.bugreport u:object_r:init_service_status_prop:s0 exact string
init.svc.bugreportd u:object_r:init_service_status_prop:s0 exact string
init.svc.console u:object_r:init_service_status_prop:s0 exact string