aboutsummaryrefslogtreecommitdiffhomepage
path: root/sandbox/container.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-03-18 02:17:46 +0900
committerOphestra <cat@gensokyo.uk>2025-03-18 02:17:46 +0900
commitb74a08dda968a161e066c92c1bf5b4489e5a4fbd (patch)
treee3a30c69f078544184dcb72fc266a25384bfec12 /sandbox/container.go
parent1b9408864f7f575b83b8f822e7551772ccd37009 (diff)
sandbox: prepare ops early
Some setup code needs to run in host root. This change allows that to happen. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'sandbox/container.go')
-rw-r--r--sandbox/container.go1
1 files changed, 1 insertions, 0 deletions
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