am 05056457
: adb: add adbd -> shell signal permissions.
* commit '05056457d4b11ff0f1686c63004ba2e2dc81bfbc': adb: add adbd -> shell signal permissions.
This commit is contained in:
commit
5e6930e945
1 changed files with 3 additions and 2 deletions
5
adbd.te
5
adbd.te
|
@ -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 };
|
||||
|
|
Loading…
Reference in a new issue