Skip to content
Snippets Groups Projects
Commit bcbd8198 authored by Howard Ro's avatar Howard Ro Committed by Android (Google) Code Review
Browse files

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

parents 1501463b af8fb9f7
No related branches found
No related tags found
No related merge requests found
...@@ -85,6 +85,7 @@ allow statsd shell:fifo_file { getattr read }; ...@@ -85,6 +85,7 @@ allow statsd shell:fifo_file { getattr read };
unix_socket_send(bluetooth, statsdw, statsd) unix_socket_send(bluetooth, statsdw, statsd)
unix_socket_send(bootstat, statsdw, statsd) unix_socket_send(bootstat, statsdw, statsd)
unix_socket_send(platform_app, statsdw, statsd) unix_socket_send(platform_app, statsdw, statsd)
unix_socket_send(radio, statsdw, statsd)
unix_socket_send(statsd, statsdw, statsd) unix_socket_send(statsd, statsdw, statsd)
unix_socket_send(system_server, statsdw, statsd) unix_socket_send(system_server, statsdw, statsd)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment