mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
94505a046a
The container manager like containerd-shim can't use cgroup.kill feature or freeze all the processes in cgroup to terminate the exec init process. It's unsafe to call kill(2) since the pid can be recycled. It's good to provide the pidfd of init process through the pidfd-socket. It's similar to the console-socket. With the pidfd, the container manager like containerd-shim can send the signal to target process safely. And for the standard init process, we can have polling support to get exit event instead of blocking on wait4. Signed-off-by: Wei Fu <fuweid89@gmail.com>
14 lines
265 B
Plaintext
14 lines
265 B
Plaintext
vendor/pkg
|
|
/runc
|
|
/runc-*
|
|
/contrib/cmd/recvtty/recvtty
|
|
/contrib/cmd/sd-helper/sd-helper
|
|
/contrib/cmd/seccompagent/seccompagent
|
|
/contrib/cmd/fs-idmap/fs-idmap
|
|
/contrib/cmd/memfd-bind/memfd-bind
|
|
/contrib/cmd/pidfd-kill/pidfd-kill
|
|
man/man8
|
|
release
|
|
Vagrantfile
|
|
.vagrant
|