Skip to content
Snippets Groups Projects
Commit 18b8b8fc authored by Bookatz's avatar Bookatz
Browse files

Statsd selinux allow shell to interact with statsd

To upload configs and download output, this line
is needed.

Bug: 72961153
Test: The statsd cts test passes
Change-Id: I0943cc841881dd5d15e24ba444b146087a81bf96
parent 50fa7be7
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ hal_client_domain(statsd, hal_power) ...@@ -75,7 +75,7 @@ hal_client_domain(statsd, hal_power)
# 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 { read write }; allow statsd adbd:unix_stream_socket { read write };
allow statsd shell:fifo_file read;
### ###
### neverallow rules ### neverallow rules
......
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