Merge "Allow radio to write to statsd" into pi-dev

This commit is contained in:
Howard Ro 2018-04-23 22:23:02 +00:00 committed by Android (Google) Code Review
commit bcbd8198c4

View file

@ -85,6 +85,7 @@ allow statsd shell:fifo_file { getattr read };
unix_socket_send(bluetooth, statsdw, statsd)
unix_socket_send(bootstat, statsdw, statsd)
unix_socket_send(platform_app, statsdw, statsd)
unix_socket_send(radio, statsdw, statsd)
unix_socket_send(statsd, statsdw, statsd)
unix_socket_send(system_server, statsdw, statsd)