Skip to content
Snippets Groups Projects
Commit 2ec03cb5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Allow statsd to write stats log events to perfd(running as shell) via pipes."

parents 4fa9b856 e1d25089
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ hal_client_domain(statsd, hal_thermal) ...@@ -66,7 +66,7 @@ hal_client_domain(statsd, hal_thermal)
# Allow 'adb shell cmd' to upload configs and download output. # Allow 'adb shell cmd' to upload configs and download output.
allow statsd adbd:fd use; allow statsd adbd:fd use;
allow statsd adbd:unix_stream_socket { getattr read write }; allow statsd adbd:unix_stream_socket { getattr read write };
allow statsd shell:fifo_file { getattr read }; allow statsd shell:fifo_file { getattr read write };
unix_socket_send(statsd, statsdw, statsd) unix_socket_send(statsd, 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