aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/host/host_openbsd.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/host/host_openbsd.go')
-rw-r--r--pkg/host/host_openbsd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/host/host_openbsd.go b/pkg/host/host_openbsd.go
index bbf373de9..5a42edc57 100644
--- a/pkg/host/host_openbsd.go
+++ b/pkg/host/host_openbsd.go
@@ -31,6 +31,6 @@ func isSupportedVMM() (bool, string) {
func init() {
checkFeature[FeatureCoverage] = unconditionallyEnabled
checkFeature[FeatureComparisons] = unconditionallyEnabled
- checkFeature[FeatureNetworkInjection] = unconditionallyEnabled
+ checkFeature[FeatureNetInjection] = unconditionallyEnabled
checkFeature[FeatureSandboxSetuid] = unconditionallyEnabled
}