Merge "system_server_startup: allow SIGCHLD to zygote" into qt-dev

am: 6dc831d2fb

Change-Id: I1f83d7940955d3c20bc025f106cd9580a5811d7f
This commit is contained in:
Jeff Vander Stoep 2019-06-15 17:45:03 -07:00 committed by android-build-merger
commit b4ad398ca9

View file

@ -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;