Skip to content
Snippets Groups Projects
Commit 937fbd41 authored by Bertrand Simonnet's avatar Bertrand Simonnet Committed by android-build-merger
Browse files

Merge "Allows init to send signals."

am: 29f2e33e

* commit '29f2e33e':
  Allows init to send signals.
parents a50a5eaa 29f2e33e
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.
Please register or to comment