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

[feature] add support of a runc sandboxer #94

Merged
merged 9 commits into from
Dec 10, 2023

Commits on Dec 7, 2023

  1. runc: support runc sandboxer

    Signed-off-by: Abel Feng <fshb1988@gmail.com>
    abel-von committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e14c165 View commit details
    Browse the repository at this point in the history
  2. runc: support get runc command error from log

    Signed-off-by: Abel Feng <fshb1988@gmail.com>
    abel-von committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f389f6e View commit details
    Browse the repository at this point in the history
  3. runc: fork a process as the sandbox process

    Signed-off-by: Abel Feng <fshb1988@gmail.com>
    abel-von committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    8b0dabe View commit details
    Browse the repository at this point in the history
  4. runc: use early fork as parent sandbox process

    Signed-off-by: Abel Feng <fshb1988@gmail.com>
    abel-von committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f8da0c4 View commit details
    Browse the repository at this point in the history
  5. runc: use a unique task server to serve all task api

    Signed-off-by: Abel Feng <fshb1988@gmail.com>
    abel-von committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5e7f958 View commit details
    Browse the repository at this point in the history
  6. runc: add restart recovery

    Signed-off-by: Abel Feng <fshb1988@gmail.com>
    abel-von committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c6ff817 View commit details
    Browse the repository at this point in the history
  7. runc: use double fork to make a seperate pid ns

    Signed-off-by: Abel Feng <fshb1988@gmail.com>
    abel-von committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4e5c919 View commit details
    Browse the repository at this point in the history
  8. runc: keep sandbox process only when share pid

    Signed-off-by: Abel Feng <fshb1988@gmail.com>
    abel-von committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b5b6b54 View commit details
    Browse the repository at this point in the history
  9. runc: add copyright and CI scripts

    Signed-off-by: Abel Feng <fshb1988@gmail.com>
    abel-von committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d0bd129 View commit details
    Browse the repository at this point in the history