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

Merge "Allows init to send signals." am: 29f2e33e

am: 937fbd41

* commit '937fbd41':
  Allows init to send signals.
parents bed9b3d2 937fbd41
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