rust-subprocess icon indicating copy to clipboard operation
rust-subprocess copied to clipboard

On Linux support PR_SET_PTHREADSIG

Open da-x opened this issue 2 years ago • 1 comments

da-x avatar Jun 02 '22 13:06 da-x

Thanks for the PR. The feature seems quite specific - could you please describe the use case for it?

I'm wondering if it might make more sense to enable some sort of post-fork hook to allow user-provided code to invoke calls like libc::prctl(libc::PR_SET_PDEATHSIG, signal).

hniksic avatar Jun 02 '22 14:06 hniksic