From 76630fc9477809305ab0fc257f92826e7671cb7e Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Mon, 28 Oct 2019 19:12:35 +0100 Subject: executor, pkg/host, dashboard/config: rename usb-fuzzer to usb raw-gadget The interface is being upstreamed and the name has changed. --- pkg/host/host_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/host/host_linux.go') 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 "" -- cgit mrf-deployment