podman/pkg/signal
Paul Holzinger 941a6d0c05
pkg/signal: ignore SIGTOP for signal proxy
It makes no sense to forward it, SIGSTOP cannot be handled by
userspace (like SIGKILL) and it didn't do anything before so this just
makes it more explicit.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-04-30 19:43:13 +02:00
..
signal_common.go pkg/signal: rework CatchAll() behavior 2025-04-30 19:42:15 +02:00
signal_common_test.go Run codespell on code 2022-11-04 10:57:41 -04:00
signal_linux.go pkg/signal: ignore SIGTOP for signal proxy 2025-04-30 19:43:13 +02:00
signal_linux_mipsx.go pkg/signal: ignore SIGTOP for signal proxy 2025-04-30 19:43:13 +02:00
signal_unix.go pkg/signal: ignore SIGTOP for signal proxy 2025-04-30 19:43:13 +02:00
signal_unsupported.go pkg/signal: rework CatchAll() behavior 2025-04-30 19:42:15 +02:00