Fix benign statsd selinux violations

These two selinux policy violations keep showing up from statsd's CTS
tests, although statsd and the CTS test seemed to function fine despite
them. Nonetheless, they seem reasonable to add to the list.

Bug: 73548694
Test: N/A. It didn't seem to be causing any issues in the first place.
Change-Id: Id36c5229c0d7de83675166caeb07c87b719dc374
diff --git a/private/statsd.te b/private/statsd.te
index 8874f73..e7af6c5 100644
--- a/private/statsd.te
+++ b/private/statsd.te
@@ -74,8 +74,8 @@
 
 # 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