diff options
Diffstat (limited to 'pkg/host/host_linux.go')
| -rw-r--r-- | pkg/host/host_linux.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/host/host_linux.go b/pkg/host/host_linux.go index c071a8cb9..d9a8c24f9 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/raw-gadget"); err != nil { + if err := osutil.IsAccessible("/dev/raw-gadget"); err != nil { return err.Error() } return "" |
