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:
parent
d79e3fe358
commit
fd9297810c
6 changed files with 125 additions and 2 deletions
5
Makefile
5
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue