-
Notifications
You must be signed in to change notification settings - Fork 346
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
Getting away from libseccomp #2724
Comments
I'll give it a try to implement PoC |
That's great! |
This would be great! Let me know if I can help in any way 💜 |
Hey, we should also take a look at https://github.com/rust-vmm/seccompiler |
Thanks for sharing. I have already checked it but it doesn't support seccomp notify. |
I will try this issue, OK? |
We will start looking into the possibility of implementing our own seccomp. libseccomp dependency issues have erupted in various places.
It would not be necessary to actually support that many architectures. However, we only need to know the number of the system call for each archs.
TODO:
main.rs
main.rs
is completed here.libcontainer
The text was updated successfully, but these errors were encountered: