Merge "Allows init to send signals."

This commit is contained in:
Bertrand Simonnet 2016-01-08 19:19:12 +00:00 committed by Gerrit Code Review
commit 29f2e33efa

View File

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