Skip to content
Snippets Groups Projects
Commit c6382177 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

am: 24d0cad3

Change-Id: Ieffac9d2e5ff8500534cf9935eff9918989c2fb4
parents 1c21d4bf 24d0cad3
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