Merge "Sepolicy: Allow stack dumps of statsd"
am: f340d9c0ea
Change-Id: I77074138f7427f28d9ac5704e2b846e110ced494
This commit is contained in:
commit
4d0e2568ee
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue