am 05056457: adb: add adbd -> shell signal permissions.

* commit '05056457d4b11ff0f1686c63004ba2e2dc81bfbc':
  adb: add adbd -> shell signal permissions.
This commit is contained in:
David Pursell 2015-09-15 20:05:03 +00:00 committed by Android Git Automerger
commit 5e6930e945

View file

@ -9,8 +9,9 @@ userdebug_or_eng(`
domain_auto_trans(adbd, shell_exec, shell)
# Do not sanitize the environment or open fds of the shell.
allow adbd shell:process noatsecure;
# Do not sanitize the environment or open fds of the shell. Allow signaling
# created processes.
allow adbd shell:process { noatsecure signal };
# Set UID and GID to shell. Set supplementary groups.
allow adbd self:capability { setuid setgid };