DefaultCommand signal behavior improvements for plugins by mazdak · Pull Request #570 · apple/container

dcantah

approved these changes Sep 5, 2025

@mazdak

Correct signal semantics for plugins: We exec into plugin binaries. If
the parent CLI keeps SIGINT/SIGTERM handlers installed, it can
intercept/alter signal behavior intended for the plugin (e.g.,
preventing graceful shutdown in foreground workflows)