commit | d03656b2815ccbc1d7d60ed30e73598ae88bd896 | [log] [tgz] |
---|---|---|
author | ThiƩbaud Weksteen <tweek@google.com> | Mon Jan 09 02:02:48 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jan 09 02:02:48 2023 +0000 |
tree | 0a284aaabac5af78aeb22d5ed552064204494fce | |
parent | 8c544a4c733c546cd73366b4193dbc89bdc23f4d [diff] | |
parent | 3b1c843976b224ec534201480140532ac6130039 [diff] |
Merge "Grant SIGTERM and SIGKILL to dumpstate on incident"
diff --git a/private/dumpstate.te b/private/dumpstate.te index ee59cb7..fe442b3 100644 --- a/private/dumpstate.te +++ b/private/dumpstate.te
@@ -30,6 +30,9 @@ # 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)