feat(sandbox): probed NixOS mount table builder #16

Open
opened 2026-09-09 10:15:32 +00:00 by larandar · 0 comments
Owner

Proposal

Build a Bubblewrap mount table from probed NixOS runtime paths.

Design

Probe and mount /proc, /dev, private /tmp tmpfs, /nix/store, /run/current-system/sw, and /workspace.

Tasks

  • Implement probing; build deterministic entries; fail clearly for unavailable required paths.

Gherkin Specification Delta

must.contracts.ting-workflows.deliverable-16

Scenario: Deliverable behavior

  • GIVEN the stated prerequisites and inputs
  • WHEN the feature is exercised
  • THEN a supported NixOS host, when the table is built, then required isolated and read-only mounts exist.
## Proposal Build a Bubblewrap mount table from probed NixOS runtime paths. ## Design Probe and mount /proc, /dev, private /tmp tmpfs, /nix/store, /run/current-system/sw, and /workspace. ## Tasks - Implement probing; build deterministic entries; fail clearly for unavailable required paths. ## Gherkin Specification Delta ### must.contracts.ting-workflows.deliverable-16 **Scenario: Deliverable behavior** - **GIVEN** the stated prerequisites and inputs - **WHEN** the feature is exercised - **THEN** a supported NixOS host, when the table is built, then required isolated and read-only mounts exist.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
Ting/workflows#16
No description provided.