From badbbeee6945ebd6ec1d1a897aad860b2decefe9 Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Mon, 21 Jan 2019 11:23:19 +0100 Subject: pkg/host: enable FeatureComparisons on OpenBSD --- 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 915078300..4e4a509c7 100644 --- a/pkg/host/host_openbsd.go +++ b/pkg/host/host_openbsd.go @@ -13,6 +13,7 @@ func isSupported(c *prog.Syscall, target *prog.Target, sandbox string) (bool, st func init() { checkFeature[FeatureCoverage] = unconditionallyEnabled + checkFeature[FeatureComparisons] = unconditionallyEnabled checkFeature[FeatureNetworkInjection] = unconditionallyEnabled checkFeature[FeatureSandboxSetuid] = unconditionallyEnabled } -- cgit mrf-deployment