Allow mediametrics to log records to statsd

to integrate mediametrics' upload scheme into statsd transport/mechanism.

Bug: 118782504
Test: statsd test harness
Change-Id: I95bf4d2a5c257e4b9001d832f775032f4daeb5bb
This commit is contained in:
Ray Essick 2019-02-25 20:09:54 -08:00
parent 9ad7758c2e
commit 7438ec0497

View File

@ -20,6 +20,9 @@ allow mediametrics { app_data_file privapp_data_file }:file write;
# allow access to package manager for uid->apk mapping
allow mediametrics package_native_service:service_manager find;
# Allow metrics service to send information to statsd socket.
unix_socket_send(mediametrics, statsdw, statsd)
###
### neverallow rules
###