Skip to content
Snippets Groups Projects
Commit 7468db67 authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Sepolicy: Allow stack dumps of statsd

Allow dumpstate & system server watchdog to dump statsd stacks.

Bug: 72461610
Test: m
Change-Id: I4c3472881da253f85d54b5e5b767b06e2618af9c
parent 715c3a78
No related branches found
No related tags found
No related merge requests found
...@@ -32,3 +32,8 @@ binder_call(dumpstate, statsd) ...@@ -32,3 +32,8 @@ binder_call(dumpstate, statsd)
# Collect metrics on boot time created by init # Collect metrics on boot time created by init
get_prop(dumpstate, boottime_prop) get_prop(dumpstate, boottime_prop)
# Signal native processes to dump their stack.
allow dumpstate {
statsd
}:process signal;
...@@ -239,6 +239,7 @@ allow system_server { ...@@ -239,6 +239,7 @@ allow system_server {
mediaserver mediaserver
mediametrics mediametrics
sdcardd sdcardd
statsd
surfaceflinger surfaceflinger
# This list comes from HAL_INTERFACES_OF_INTEREST in # 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