diff options
| author | Marco Elver <elver@google.com> | 2021-11-09 12:24:01 +0100 |
|---|---|---|
| committer | Marco Elver <me@marcoelver.com> | 2021-11-09 13:08:50 +0100 |
| commit | 59bcaf9a32d049b180bfc3e2ff2b80fb0ac2d5b1 (patch) | |
| tree | 08d089eea6864a4a16c680260d5210352409c683 /dashboard/config/linux/bits | |
| parent | e30886ac84d9cd25e16390bea906d2cecfd27f19 (diff) | |
dashboard/config/linux: enable networking subsystems for KCSAN instance
Add the 'onlynet' tag and use it on the KCSAN instance.
Strictly speaking 'wireless', 'bluetooth', and 'hamradio' could also be
included in 'onlynet', but leave them out for now.
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/net.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/config/linux/bits/net.yml b/dashboard/config/linux/bits/net.yml index e3fed02ad..0b810b54d 100644 --- a/dashboard/config/linux/bits/net.yml +++ b/dashboard/config/linux/bits/net.yml @@ -426,7 +426,7 @@ config: - VIRTIO_NET - NLMON - NET_VRF - - VSOCKMON + - VSOCKMON: [-onlynet] - E100: [-s390] - E1000E: [-s390] - NET_VENDOR_GOOGLE |
