-
Notifications
You must be signed in to change notification settings - Fork 372
Open
Labels
Description
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:
- SeccompRule
- In this step, we only add the unit test for SeccompRule. It means we don't integrate it into
main.rs
- In this step, we only add the unit test for SeccompRule. It means we don't integrate it into
- Seccomp structure that bundles SeccompRule.
- The
main.rs
is completed here.
- The
- Support Arm64
- Integrate to
libcontainer
jprendes, YJDoc2, naoki9911, guni1192, yihuaf and 1 more