Merge "Grant SIGTERM and SIGKILL to dumpstate on incident"
This commit is contained in:
commit
d03656b281
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ userdebug_or_eng(`
|
|||
# Allow dumpstate to make binder calls to incidentd
|
||||
binder_call(dumpstate, incidentd)
|
||||
|
||||
# Kill incident in case of a timeout
|
||||
allow dumpstate incident:process { signal sigkill };
|
||||
|
||||
# Allow dumpstate to make binder calls to storaged service
|
||||
binder_call(dumpstate, storaged)
|
||||
|
||||
|
|
Loading…
Reference in a new issue