PVF: add landlock sandboxing (#7303)
* Begin adding landlock + test * Move PVF implementer's guide section to own page, document security * Implement test * Add some docs * Do some cleanup * Fix typo * Warn on host startup if landlock is not supported * Clarify docs a bit * Minor improvements * Add some docs about determinism * Address review comments (mainly add warning on landlock error) * Update node/core/pvf/src/host.rs Co-authored-by:Andrei Sandu <54316454+sandreim@users.noreply.github.com> * Update node/core/pvf/src/host.rs Co-authored-by:
Andrei Sandu <54316454+sandreim@users.noreply.github.com> * Fix unused fn * Update ABI docs to reflect latest discussions * Remove outdated notes * Try to trigger new test-linux-oldkernel-stable job Job introduced in https://github.com/paritytech/polkadot/pull/7371. --------- Co-authored-by:
Andrei Sandu <54316454+sandreim@users.noreply.github.com>
Showing
- polkadot/Cargo.lock 14 additions, 0 deletionspolkadot/Cargo.lock
- polkadot/node/core/pvf/common/Cargo.toml 7 additions, 0 deletionspolkadot/node/core/pvf/common/Cargo.toml
- polkadot/node/core/pvf/common/src/worker/mod.rs 11 additions, 3 deletionspolkadot/node/core/pvf/common/src/worker/mod.rs
- polkadot/node/core/pvf/common/src/worker/security.rs 188 additions, 0 deletionspolkadot/node/core/pvf/common/src/worker/security.rs
- polkadot/node/core/pvf/execute-worker/src/lib.rs 37 additions, 9 deletionspolkadot/node/core/pvf/execute-worker/src/lib.rs
- polkadot/node/core/pvf/prepare-worker/src/lib.rs 28 additions, 5 deletionspolkadot/node/core/pvf/prepare-worker/src/lib.rs
- polkadot/node/core/pvf/src/host.rs 30 additions, 0 deletionspolkadot/node/core/pvf/src/host.rs
- polkadot/roadmap/implementers-guide/src/SUMMARY.md 1 addition, 0 deletionspolkadot/roadmap/implementers-guide/src/SUMMARY.md
- polkadot/roadmap/implementers-guide/src/node/utility/candidate-validation.md 2 additions, 78 deletions...plementers-guide/src/node/utility/candidate-validation.md
- polkadot/roadmap/implementers-guide/src/node/utility/pvf-host-and-workers.md 127 additions, 0 deletions...plementers-guide/src/node/utility/pvf-host-and-workers.md
Please register or sign in to comment