diff options
| author | Michael Tuexen <tuexen@freebsd.org> | 2019-01-20 15:18:31 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-01-20 16:26:56 +0100 |
| commit | fd37a550bbc804dfa7141052976b2057a04d274a (patch) | |
| tree | f5ee20b0c9151e854a8758bbed7760b1445379da /pkg | |
| parent | 353f32eacf8c3f88f6e0d6781d95040618b23e05 (diff) | |
pkg/host: enable FeatureComparisons on FreeBSD
Same as https://github.com/google/syzkaller/pull/952, just for FreeBSD.
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/host/host_freebsd.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/host/host_freebsd.go b/pkg/host/host_freebsd.go index 609db091c..a377c5280 100644 --- a/pkg/host/host_freebsd.go +++ b/pkg/host/host_freebsd.go @@ -13,5 +13,6 @@ func isSupported(c *prog.Syscall, target *prog.Target, sandbox string) (bool, st func init() { checkFeature[FeatureCoverage] = unconditionallyEnabled + checkFeature[FeatureComparisons] = unconditionallyEnabled checkFeature[FeatureNetworkInjection] = unconditionallyEnabled } |
