-
Notifications
You must be signed in to change notification settings - Fork 34
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
[RFE] Seccomp Notify in Flatcar #499
Comments
As for linux-headers, all channels of Flatcar have actually linux-headers 5.8 or older. |
@rata @alban
This might let you proceed with your demo/testing, let me know whether it actually works. |
Runc 1.1.0 is released: |
I guess what is missing here to use with containerd is libseccomp 2.5.2? |
Is the strictly necessary? The linked libseccomp commit says
We have both kernel and kernel-headers built from sources after this commit, so this does not apply. |
Oh, didn't know that. I guess not, then. Thanks! |
@jepio one more question, runc 1.1 is included in https://www.flatcar.org/releases/#release-3033.2.1 ? Or is it included in any flatcar release? I'm asking as I want to mention it in a blog post :) |
It's included in alpha 3127 https://www.flatcar.org/releases/#alpha-release. |
Thanks! |
Flatcar already has runc 1.1, which is already statically linked to libseccomp 2.5.2+. |
Current situation
The Seccomp Notify feature was just merged in runc (opencontainers/runc#2682) and it is not yet available in Flatcar
Impact
Ideal future situation
Flatcar can run containers with Seccomp Profiles that uses of the Seccomp Notify feature.
**Implementation options
Additional information
cc @rata @mauriciovasquezbernal
The text was updated successfully, but these errors were encountered: