Skip to content
Snippets Groups Projects
Commit 29f2e33e authored by Bertrand Simonnet's avatar Bertrand Simonnet Committed by Gerrit Code Review
Browse files

Merge "Allows init to send signals."

parents eb6656ce 34e4da5f
No related branches found
No related tags found
No related merge requests found
...@@ -177,7 +177,7 @@ userdebug_or_eng(` ...@@ -177,7 +177,7 @@ userdebug_or_eng(`
# Support "adb shell stop" # Support "adb shell stop"
allow init self:capability kill; 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 # Init creates keystore's directory on boot, and walks through
# the directory as part of a recursive restorecon. # the directory as part of a recursive restorecon.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment