Skip to content
Snippets Groups Projects
Commit 5e6930e9 authored by David Pursell's avatar David Pursell Committed by Android Git Automerger
Browse files

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

* commit '05056457':
  adb: add adbd -> shell signal permissions.
parents e24aab28 05056457
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,9 @@ userdebug_or_eng(` ...@@ -9,8 +9,9 @@ userdebug_or_eng(`
domain_auto_trans(adbd, shell_exec, shell) domain_auto_trans(adbd, shell_exec, shell)
# Do not sanitize the environment or open fds of the shell. # Do not sanitize the environment or open fds of the shell. Allow signaling
allow adbd shell:process noatsecure; # created processes.
allow adbd shell:process { noatsecure signal };
# Set UID and GID to shell. Set supplementary groups. # Set UID and GID to shell. Set supplementary groups.
allow adbd self:capability { setuid setgid }; allow adbd self:capability { setuid setgid };
......
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