sandbox: document less obvious parts of setup

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-04-01 01:21:04 +09:00
parent 022242a84a
commit 0ba8be659f
3 changed files with 23 additions and 46 deletions

View File

@@ -104,16 +104,6 @@ type (
Flags HardeningFlags
}
Ops []Op
Op interface {
early(params *Params) error
apply(params *Params) error
prefix() string
Is(op Op) bool
fmt.Stringer
}
)
func (p *Container) Start() error {