Merge "system_server_startup: allow SIGCHLD to zygote" into qt-dev
am: 6dc831d2fb
Change-Id: I1f83d7940955d3c20bc025f106cd9580a5811d7f
This commit is contained in:
commit
b4ad398ca9
1 changed files with 3 additions and 0 deletions
|
@ -18,3 +18,6 @@ allow system_server_startup mnt_expand_file:dir getattr;
|
|||
# system_server domain
|
||||
allow system_server_startup self:process setcurrent;
|
||||
allow system_server_startup system_server:process dyntransition;
|
||||
|
||||
# Child of the zygote.
|
||||
allow system_server_startup zygote:process sigchld;
|
||||
|
|
Loading…
Reference in a new issue