From b74a08dda968a161e066c92c1bf5b4489e5a4fbd Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 18 Mar 2025 02:17:46 +0900 Subject: sandbox: prepare ops early Some setup code needs to run in host root. This change allows that to happen. Signed-off-by: Ophestra --- sandbox/container.go | 1 + 1 file changed, 1 insertion(+) (limited to 'sandbox/container.go') diff --git a/sandbox/container.go b/sandbox/container.go index f45e2311..31da929b 100644 --- a/sandbox/container.go +++ b/sandbox/container.go @@ -101,6 +101,7 @@ type ( Ops []Op Op interface { + early(params *Params) error apply(params *Params) error prefix() string -- cgit v1.3.1