//go:build !openbsd package knotserver import ( "context" "tangled.org/core/knotserver/config" ) func sandbox(_ context.Context, _ *config.Config) error { return nil }