diff --git a/init.te b/init.te
index 24fdee8673d34849d8587a170c1ffd5c95f2e4fb..7346d9a34d459afd2e7b2b501d239eee3eb6aa5e 100644
--- a/init.te
+++ b/init.te
@@ -177,7 +177,7 @@ userdebug_or_eng(`
 
 # 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.