containers / libkrun

A dynamic library providing Virtualization-based process isolation capabilities
Apache License 2.0
889 stars 74 forks source link

init: tell the kernel to reap our children for us #190

Closed slp closed 5 months ago

slp commented 5 months ago

Tell the kernel that we want to ignore SIGCHLD so it'll reap our children for us to avoid leaving zombie objects.

Fixes #189