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

PVF: Add Secure Validator Mode #2486

Merged
merged 28 commits into from
Dec 5, 2023
Merged

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    4cb5913 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3d512c View commit details
    Browse the repository at this point in the history
  3. Minor fix

    mrcnski committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    f44ca5f View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Properly handle missing security features worker-side; big refactor

    - Shutdown the worker when we can’t enable security features that we were able to enable in the host.
    
    - Add `secure_validator_mode` to `SecurityStatus`, pass it to workers this way.
    
    - Pass security options to worker over the socket instead of CLI args. (Looks much cleaner.)
    
    - Refactor `spawn_with_program_path` to only log once
    
    - Refactored worker data (see “Worker data” at #1576). This was driving me crazy.
    
    - Cleaned up a couple of old TODOs.
    mrcnski committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    bd80771 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69c117f View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    cb91ed1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61b80d8 View commit details
    Browse the repository at this point in the history
  3. Fix check_seccomp and check_landlock errs not being logged to stderr

    - (involved a bit of a refactor)
    - Move change_root to its own file
    - Refactor change_root errors
    mrcnski committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    ba03492 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ce35ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec9bd4b View commit details
    Browse the repository at this point in the history
  6. Update some comments

    mrcnski committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    090d2d9 View commit details
    Browse the repository at this point in the history
  7. Some fixes

    mrcnski committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    dc7961d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Fix bench

    mrcnski committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    8a72556 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4d173c View commit details
    Browse the repository at this point in the history
  3. fix CI

    mrcnski committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    6520dd8 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Remove old TODO

    mrcnski committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    f5f11bd View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Merge remote-tracking branch 'origin/mrcnski/pvf-add-secure-validator…

    …-mode' into mrcnski/pvf-add-secure-validator-mode
    mrcnski committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3aa8bd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Address some review comments

    mrcnski committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    da7127c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13f5e92 View commit details
    Browse the repository at this point in the history
  3. Update doc

    mrcnski committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    26ca19c View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    fccc36a View commit details
    Browse the repository at this point in the history
  2. Fix rustdoc warning

    mrcnski committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    0ffa527 View commit details
    Browse the repository at this point in the history
  3. bump zombienet version

    pepoviola committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8fa147f View commit details
    Browse the repository at this point in the history
  4. Baby's first prdoc

    mrcnski committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    f1b3539 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    5509b31 View commit details
    Browse the repository at this point in the history
  2. bump zombienet version

    pepoviola committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    2209855 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    0469f56 View commit details
    Browse the repository at this point in the history
  2. Fix prdoc 😢

    mrcnski committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    27b45a0 View commit details
    Browse the repository at this point in the history