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

Fix benign statsd selinux violations

am: c9f205b5

Change-Id: If5ea5405d1e0d17e6b51a9b0b0e2419fc32b6ed0
parents 31f0d017 c9f205b5
Branches before_bilderlab
No related tags found
No related merge requests found
...@@ -74,8 +74,8 @@ hal_client_domain(statsd, hal_power) ...@@ -74,8 +74,8 @@ 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 { getattr read write };
allow statsd shell:fifo_file read; allow statsd shell:fifo_file { getattr read };
### ###
### neverallow rules ### neverallow rules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment