Skip to content
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

Add support for SCMP_FLTATR_CTL_WAITKILL, test against libseccomp v2.6.0 #114

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kolyshkin
Copy link
Contributor

1. Add support for SCMP_FLTATR_CTL_WAITKILL

Introduce (*ScmpFilter).GetWaitKill and (*ScmpFilter).SetWaitKill
methods, together with the documentation and trivial tests.

The functionality appears in libseccomp v2.6.0 and requires API Level 7.

2. ci: add seccomp 2.5.6 and 2.6.0

Those were released recently:

@kolyshkin kolyshkin changed the title Wait kill Add support for SCMP_FLTATR_CTL_WAITKILL, test against libseccomp v2.6.0 Feb 6, 2025
Introduce (*ScmpFilter).GetWaitKill and (*ScmpFilter).SetWaitKill
methods, together with the documentation and trivial tests.

The functionality appears in libseccomp v2.6.0 and requires API Level 7.

Signed-off-by: Kir Kolyshkin <[email protected]>
@kolyshkin
Copy link
Contributor Author

Related: opencontainers/runc#3862

@kolyshkin
Copy link
Contributor Author

@pcmoore @drakenclimber PTAL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant