From 5d3ebca92176e3efe65536108219b6b4677d539d Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Tue, 11 Aug 2020 09:50:10 +0200 Subject: executor: enable extra coverage on OpenBSD This reverts commit 63a7334112fa63edb0c0a3f317d3d92135a6ead9. --- pkg/host/host_openbsd.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg') diff --git a/pkg/host/host_openbsd.go b/pkg/host/host_openbsd.go index 5a42edc57..23e219115 100644 --- a/pkg/host/host_openbsd.go +++ b/pkg/host/host_openbsd.go @@ -31,6 +31,7 @@ func isSupportedVMM() (bool, string) { func init() { checkFeature[FeatureCoverage] = unconditionallyEnabled checkFeature[FeatureComparisons] = unconditionallyEnabled + checkFeature[FeatureExtraCoverage] = unconditionallyEnabled checkFeature[FeatureNetInjection] = unconditionallyEnabled checkFeature[FeatureSandboxSetuid] = unconditionallyEnabled } -- cgit mrf-deployment