commit | fcd48fd5935c2ecfc4b0cfbbb7668f8ed345ecd8 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Feb 16 23:36:52 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Feb 16 23:36:52 2018 +0000 |
tree | 7baecda9f78deb2545dcaba8a44f08c077bd0c43 | |
parent | 01624c82c872fa2eeb4bfc91074999fcaf635c15 [diff] | |
parent | 18b8b8fc464413bd2ca2b4b0cbc6ce27f218f92e [diff] |
Merge "Statsd selinux allow shell to interact with statsd"
diff --git a/private/statsd.te b/private/statsd.te index 2e8b684..8874f73 100644 --- a/private/statsd.te +++ b/private/statsd.te
@@ -75,7 +75,7 @@ # 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; ### ### neverallow rules