Skip to content

Getting away from libseccomp #2724

@utam0k

Description

@utam0k

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
  • Seccomp structure that bundles SeccompRule.
    • The main.rs is completed here.
  • Support Arm64
  • Integrate to libcontainer

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions