Skip to content
Snippets Groups Projects
Commit f340d9c0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Sepolicy: Allow stack dumps of statsd"

parents db8f5465 7468db67
No related branches found
No related tags found
No related merge requests found
......@@ -32,3 +32,8 @@ binder_call(dumpstate, statsd)
# Collect metrics on boot time created by init
get_prop(dumpstate, boottime_prop)
# Signal native processes to dump their stack.
allow dumpstate {
statsd
}:process signal;
......@@ -239,6 +239,7 @@ allow system_server {
mediaserver
mediametrics
sdcardd
statsd
surfaceflinger
# This list comes from HAL_INTERFACES_OF_INTEREST in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment