aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/host/host_linux.go
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2019-10-28 19:12:35 +0100
committerAndrey Konovalov <andreyknvl@gmail.com>2019-11-04 15:43:43 +0100
commit76630fc9477809305ab0fc257f92826e7671cb7e (patch)
tree44b2484422e5e0c72ff785486735721caf894846 /pkg/host/host_linux.go
parent1d0df175f33e92818c74de3b031774f3f034ae82 (diff)
executor, pkg/host, dashboard/config: rename usb-fuzzer to usb raw-gadget
The interface is being upstreamed and the name has changed.
Diffstat (limited to 'pkg/host/host_linux.go')
-rw-r--r--pkg/host/host_linux.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/host/host_linux.go b/pkg/host/host_linux.go
index c908ee411..c071a8cb9 100644
--- a/pkg/host/host_linux.go
+++ b/pkg/host/host_linux.go
@@ -546,7 +546,7 @@ func checkNetworkInjection() string {
}
func checkUSBInjection() string {
- if err := osutil.IsAccessible("/sys/kernel/debug/usb-fuzzer"); err != nil {
+ if err := osutil.IsAccessible("/sys/kernel/debug/usb/raw-gadget"); err != nil {
return err.Error()
}
return ""