-
Notifications
You must be signed in to change notification settings - Fork 99
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
Full Linux OCI runtime spec support #23
Comments
Wow, thanks!! That's a long list of TODOs. |
@cpuguy83 @Mossaka |
Hey @utam0k ! I am happy to cooperate with Youki on OCI runtime spec considering both projects are written in Rust! Do you want to sync up on this topic some time later this week? |
@Mossaka I'm looking forward to working with you! |
Done |
Put the right format for rootfs preopen
I started looking at implementing device files and seccomp support in https://github.com/ipuustin/runwasi/commits/seccomp using libcontainer features. Right now there is a slight incompatibility due to different oci-spec versions though. |
Right now we have only partial support for the OCI runtime spec.
While some things in the spec may not make sense for running wasm code itself, it is useful for sandboxing for the wasm runtime and/or the execution of the wasm for defense-in-depth as well as ensuring fewer surprises for users expecting their settings to actually apply.
Some things missing:
The text was updated successfully, but these errors were encountered: