commit | 19a435a14baf33436af29f80775ab1950b8974aa | [log] [tgz] |
---|---|---|
author | Aleksander Morgado <aleksander@aleksander.es> | Tue Aug 08 07:55:06 2017 |
committer | Aleksander Morgado <aleksander@aleksander.es> | Tue Aug 08 10:22:25 2017 |
tree | f720b45ba5230957c23ceadafc5f0522ca075bf9 | |
parent | 83e7c1fa24aa6f9406d72dcc955e4c6992259360 [diff] |
device: avoid signals sent to the qmi-proxy process If e.g. qmi-proxy is started by ModemManager and we send a Ctrl+C to it, the signal would be propagated to the qmi-proxy process and we would kill it right away, while leaving ModemManager still around wondering why the socket to the proxy got a HUP. Avoid this, by making sure the qmi-proxy gets its own process group. (cherry picked from commit 88ca109f9ca29fcff9651e2ac8930e6c3600ac64)