Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions crates/keld-runtime/src/linux_strict.rs
Original file line number Diff line number Diff line change
Expand Up @@ -727,10 +727,11 @@ fn failed_child_stderr(child: &mut Child) -> String {

/// Runs the fixed in-sandbox Landlock launcher role.
///
/// This is called only by the `keld-linux-strict-launcher` binary after
/// This is called by the runtime-owned `keld-linux-strict-launcher` boundary-test
/// binary and the shipping `keld-role-launcher` beside `keld-host`, after
/// Bubblewrap finished namespace/mount/seccomp setup. It applies the stacked
/// Landlock layer, reports it through a launcher-only pipe, closes that
/// capability, then replaces itself with the exact target.
/// Landlock layer, reports it through a launcher-only pipe, closes that capability,
/// then replaces itself with the exact target.
///
/// # Errors
///
Expand Down