Allows StatsCompanionService to pipe data to statsd.

Bug: 132444397
Test: manually tested with ag/7555609

Change-Id: I9e5f0a9d501a6728af3f27241300b3bb5c5c2123
Merged-In: I9e5f0a9d501a6728af3f27241300b3bb5c5c2123
(cherry picked from commit febfa8f22d)
This commit is contained in:
Max Dashouk 2019-05-20 12:54:19 -07:00 committed by Yao Chen
parent ab2e89a695
commit d0482ba4ba
2 changed files with 6 additions and 0 deletions

View File

@ -18,3 +18,6 @@ allow statsd {
# Allow incidentd to obtain the statsd incident section.
allow statsd incidentd:fifo_file write;
# Allow StatsCompanionService to pipe data to statsd.
allow statsd system_server:fifo_file { read getattr };

View File

@ -18,3 +18,6 @@ allow statsd {
# Allow incidentd to obtain the statsd incident section.
allow statsd incidentd:fifo_file write;
# Allow StatsCompanionService to pipe data to statsd.
allow statsd system_server:fifo_file { read getattr };