commit | 061718e84ec4b040a8de6f9dfb89995596046f6d | [log] [tgz] |
---|---|---|
author | yusukes <yusukes@google.com> | Thu Feb 01 17:14:30 2018 -0800 |
committer | yusukes <yusukes@google.com> | Fri Feb 02 15:28:03 2018 -0800 |
tree | 84b521c9690f81d4c93c034e815d8879c6128771 | |
parent | e0c6d117a41a287fb3767d0652c5788525c2477f [diff] |
Do not block SIGTERM in init's child processes Previously, unless the process unblocks the signal by itself, the signal was never delivered to the process. This caused at least one CTS test failure. Bug: 72453675 Test: 'kill -TERM app_pid' terminates the app process Change-Id: I3977cac75e2673b52c5cf91d34d7a9c258c1a0e4