diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-11-15 10:57:49 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-11-16 09:58:54 +0100 |
| commit | aa27601f9e978d77b528ddf56e670c24f511d0d2 (patch) | |
| tree | db0dc0f71a6e2b9c92cf675d6752d39344b57629 /pkg/host/host_openbsd.go | |
| parent | 157653cfe75287b566755e9aed29a552f74d7e4c (diff) | |
pkg/host: rename some features
Rename some features in preparation for subsequent changes
which will align names across the code base.
Diffstat (limited to 'pkg/host/host_openbsd.go')
| -rw-r--r-- | pkg/host/host_openbsd.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/host/host_openbsd.go b/pkg/host/host_openbsd.go index bbf373de9..5a42edc57 100644 --- a/pkg/host/host_openbsd.go +++ b/pkg/host/host_openbsd.go @@ -31,6 +31,6 @@ func isSupportedVMM() (bool, string) { func init() { checkFeature[FeatureCoverage] = unconditionallyEnabled checkFeature[FeatureComparisons] = unconditionallyEnabled - checkFeature[FeatureNetworkInjection] = unconditionallyEnabled + checkFeature[FeatureNetInjection] = unconditionallyEnabled checkFeature[FeatureSandboxSetuid] = unconditionallyEnabled } |
