Merge "Grant SIGTERM and SIGKILL to dumpstate on incident"

This commit is contained in:
Thiébaud Weksteen 2023-01-09 02:02:48 +00:00 committed by Gerrit Code Review
commit d03656b281

View file

@ -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)