aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@basename.se>2020-08-11 09:50:10 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-08-11 10:56:29 +0200
commit5d3ebca92176e3efe65536108219b6b4677d539d (patch)
tree152f386895c68a48a91d0a50d1b5291c1601f1ef /pkg
parentbacaf5fa2c2671b5763d7464cd9824ab68a70758 (diff)
executor: enable extra coverage on OpenBSD
This reverts commit 63a7334112fa63edb0c0a3f317d3d92135a6ead9.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/host/host_openbsd.go1
1 files changed, 1 insertions, 0 deletions
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
}