containers / youki

A container runtime written in Rust
https://containers.github.io/youki/
Apache License 2.0
6.2k stars 337 forks source link

seccomp: Add a case for checking arguments #2775

Closed utam0k closed 4 months ago

utam0k commented 5 months ago

As the title says.

Part of https://github.com/containers/youki/issues/2724

Next, I'd like to make it abstract(e.g., SeccompRule) based on this PR.

utam0k commented 4 months ago

Also, I hope the async is only for the demo/example, I'd prefer the actual library code to not have any async in it if possible.

Of course, I intend to use async/await in main.rs for seccomp notify.