-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV
#3862
base: main
Are you sure you want to change the base?
Support SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV
#3862
Conversation
Fix opencontainers#3860 Signed-off-by: utam0k <[email protected]>
crun: containers/crun#1008 |
Could you remove: Line 16 in 6beb3c6
|
I guess this needs to be
Once in, we can implement it in runc. |
I see. I will make this PR the draft PR once. |
A quick status update. For libseccomp, it looks like support for SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV / SCMP_FLTATR_CTL_WAITKILL is added in seccomp/libseccomp#387 which has 2.6.0 milestone. Indeeed, the functionality is not in a released version as of time of writing this (Jan 2015). So this PR have to wait for:
|
This is now DONE!
This is being done in seccomp/libseccomp-golang#114 (there will be more PRs, and eventually a ne release). |
Fix #3860
I didn't find a good way to test
SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV
😭