Be able to retire dump binaries that take too long

Bug: 289710400
Test: Do adb bugreport after changing timeout limit from 15s to 1s
Change-Id: I82f652c67bbda8799c0dcb57452c3f62b10e2b2a
diff --git a/common/vendor/te_macros b/common/vendor/te_macros
index c9a9c04..99873fe 100644
--- a/common/vendor/te_macros
+++ b/common/vendor/te_macros
@@ -12,6 +12,7 @@
 allow $1 dumpstate:fd use;
 allow $1 dumpstate:fifo_file { write getattr };
 allow $1 hal_dumpstate_default:fd use;
+allow hal_dumpstate_default $1:process { sigkill signal };
 allow $1 shell_data_file:file { write getattr };
 ')