aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/host
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/host')
-rw-r--r--pkg/host/host_netbsd.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/host/host_netbsd.go b/pkg/host/host_netbsd.go
index 2ba822c36..609db091c 100644
--- a/pkg/host/host_netbsd.go
+++ b/pkg/host/host_netbsd.go
@@ -13,4 +13,5 @@ func isSupported(c *prog.Syscall, target *prog.Target, sandbox string) (bool, st
func init() {
checkFeature[FeatureCoverage] = unconditionallyEnabled
+ checkFeature[FeatureNetworkInjection] = unconditionallyEnabled
}