Merge "Allows init to send signals."
diff --git a/init.te b/init.te
index 24fdee8..7346d9a 100644
--- a/init.te
+++ b/init.te
@@ -177,7 +177,7 @@
 
 # Support "adb shell stop"
 allow init self:capability kill;
-allow init domain:process sigkill;
+allow init domain:process { sigkill signal };
 
 # Init creates keystore's directory on boot, and walks through
 # the directory as part of a recursive restorecon.