commit | 7c3f77da182b7083af4c5c16b8dbd4999a0d4998 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Thu May 23 17:14:48 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu May 23 17:14:48 2019 +0000 |
tree | 5ffa9545dc7d8daaa32a024190786ea1a297db10 | |
parent | 7ca6fc8629d34b6be6ca99806814a78a5f6e2b31 [diff] | |
parent | 1c4a5260c11bfe8a073a2972a4f409adba753285 [diff] |
Merge "selinux: Allow dumpstate send signals to vold"
diff --git a/private/statsd.te b/private/statsd.te index 99548a0..9d250bd 100644 --- a/private/statsd.te +++ b/private/statsd.te
@@ -18,3 +18,6 @@ # 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 };