From db2e6085bb87daf26e400aa065f7395785969243 Mon Sep 17 00:00:00 2001 From: yro <yro@google.com> Date: Thu, 3 May 2018 16:43:03 -0700 Subject: [PATCH] Allow lmkd to log to statsd Bug: 78603347 Test: build and locally tested Change-Id: Ib9b041af63d1fac7a689b932e7a2b202fa8d0f83 --- private/statsd.te | 1 + 1 file changed, 1 insertion(+) diff --git a/private/statsd.te b/private/statsd.te index 769b4e017..74b89c242 100644 --- a/private/statsd.te +++ b/private/statsd.te @@ -84,6 +84,7 @@ allow statsd shell:fifo_file { getattr read }; unix_socket_send(bluetooth, statsdw, statsd) unix_socket_send(bootstat, statsdw, statsd) +unix_socket_send(lmkd, statsdw, statsd) unix_socket_send(platform_app, statsdw, statsd) unix_socket_send(radio, statsdw, statsd) unix_socket_send(statsd, statsdw, statsd) -- GitLab