Skip to content
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

Implemented seccomp and pass the integration test #292

Merged
merged 10 commits into from
Sep 16, 2021

Commits on Sep 15, 2021

  1. Implement the seccomp profile

    yihuaf committed Sep 15, 2021
    2 Configuration menu
    Copy the full SHA
    052ba25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35c3114 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04ea0c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfbf52b View commit details
    Browse the repository at this point in the history
  5. clippy happy

    yihuaf committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    2317cdf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d147e6 View commit details
    Browse the repository at this point in the history
  7. address review

    yihuaf committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    f892531 View commit details
    Browse the repository at this point in the history
  8. address review

    yihuaf committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    fc21158 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Adds a seccomp binding

    yihuaf committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    57d4362 View commit details
    Browse the repository at this point in the history
  2. make clippy happy

    was failing with :C-like enum variant discriminant is not portable to
    32-bit targets
    yihuaf committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    c0c51b1 View commit details
    Browse the repository at this point in the history