-
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 #3860
Comments
Fix opencontainers#3860 Signed-off-by: utam0k <k0ma@utam0k.jp>
The commit seccomp/libseccomp#391 is not in the released version yet, and thus there's no support in libseccomp-golang either. |
This comment was marked as off-topic.
This comment was marked as off-topic.
I think maybe we have two issues to solve before supporting SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV
|
About the test, I may have some ideas.
cc @utam0k |
I guess we can have a CI job to run the test with the main branch of libseccomp. |
Yeah.... I will submit a issue to ask for the release plan |
SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV was added in the Spec v1.1.0-rc.1:
The text was updated successfully, but these errors were encountered: