aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/host/host_darwin.go6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkg/host/host_darwin.go b/pkg/host/host_darwin.go
index 8eb01b600..c400d2895 100644
--- a/pkg/host/host_darwin.go
+++ b/pkg/host/host_darwin.go
@@ -8,5 +8,9 @@ import (
)
func isSupported(c *prog.Syscall, target *prog.Target, sandbox string) (bool, string) {
- return false, ""
+ return true, ""
+}
+
+func init() {
+ checkFeature[FeatureCoverage] = unconditionallyEnabled
}