Skip to content
Snippets Groups Projects
Commit c214840c authored by Bookatz's avatar Bookatz Committed by android-build-merger
Browse files

Fix benign statsd selinux violations am: c9f205b5

am: aca8ee3a

Change-Id: I8264cd5c0d9bb677a4090479cda01c2f0f957d75
parents 19e5920e aca8ee3a
No related branches found
No related tags found
No related merge requests found
......@@ -74,8 +74,8 @@ hal_client_domain(statsd, hal_power)
# Allow 'adb shell cmd' to upload configs and download output.
allow statsd adbd:fd use;
allow statsd adbd:unix_stream_socket { read write };
allow statsd shell:fifo_file read;
allow statsd adbd:unix_stream_socket { getattr read write };
allow statsd shell:fifo_file { getattr read };
###
### neverallow rules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment