@alwayscurious@infosec.exchange
Post #1499155
2026-03-22 09:53 UTC
@brauner Any chance of having a transitive CLONE_PIDFD_AUTOKILL, so that not only does the child die, but so do all of its transitive descendents?
One can do this with cgroups, but it’s much more annoying and the cgroups themselves have to be cleaned up.
Replies (1)
-
@brauner@mastodon.social 2026-03-22 12:58
@alwayscurious Yeah, I think we could reasonably add `CLONE_PIDFD_AUTOKILL_TREE` or something. @jann