Verify bwrap execution across owner API requests

Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a06def-6490-7033-8448-2eab2d12ed44
This commit is contained in:
tegwick 2026-09-04 22:25:05 +02:00
parent d79e3fe358
commit fd9297810c
6 changed files with 125 additions and 2 deletions

View file

@ -1,6 +1,6 @@
.DEFAULT_GOAL := help
.PHONY: help setup install test lint format build check cli-version smoke-remote smoke-bwrap-exec
.PHONY: help setup install test lint format build check cli-version smoke-remote smoke-bwrap-exec smoke-bwrap-owner-api
help: ## List available make targets
@awk 'BEGIN {FS = ":.*## "}; /^[a-zA-Z0-9_.-]+:.*## / {printf " %-16s %s\n", $$1, $$2}' $(MAKEFILE_LIST)
@ -33,3 +33,6 @@ smoke-remote: ## T10 remote create/destroy smoke (needs SANDBOXER_HOST)
smoke-bwrap-exec: ## Owner-mediated local bwrap create/exec/destroy proof
uv run python scripts/smoke-bwrap-exec.py
smoke-bwrap-owner-api: ## Authenticated HTTP bwrap create/exec/destroy proof
uv run python scripts/smoke-bwrap-owner-api.py