feat: add path key in config for ro mount of binaries and adding them to PATH env

This commit is contained in:
2026-03-22 17:00:20 +00:00
parent 5db731a55e
commit de536cddc1
11 changed files with 148 additions and 61 deletions
+3
View File
@@ -8,3 +8,6 @@
# read only paths from host, entry looks like "path on host:path on sanbox"
# paths on host are absolute or relative to repo root
mounts = []
# read only host paths to expose on PATH inside the sandbox as /mire/bin/<basename>
# paths on host can be absolute or relative to repo root
paths = []