Skip to content
Snippets Groups Projects
Commit 24d0cad3 authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Merge "Add getpgid to system_service and init" am: 2122f1fe

am: 04306859

Change-Id: I3eb542cced980ce94425110d8dc8e58aeb122607
parents e180a613 04306859
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ allow system_server self:socket create_socket_perms_no_ioctl;
allow system_server self:netlink_route_socket nlmsg_write;
# Kill apps.
allow system_server appdomain:process { sigkill signal };
allow system_server appdomain:process { getpgid sigkill signal };
# Set scheduling info for apps.
allow system_server appdomain:process { getsched setsched };
......
......@@ -281,7 +281,7 @@ allow init misc_logd_file:file { open create getattr setattr write };
# Support "adb shell stop"
allow init self:capability kill;
allow init domain:process { sigkill signal };
allow init domain:process { getpgid sigkill signal };
# Init creates keystore's directory on boot, and walks through
# 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