diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-04-03 17:18:57 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-04-03 17:43:12 +0200 |
| commit | 7db618d07585536ddb492f9d78f957f4947e74df (patch) | |
| tree | 956388f144d469da1dc08577a6592212d61a9f86 /pkg/subsystem/linux | |
| parent | c876af630ed88e5a43c68cf141624e3529aa6420 (diff) | |
pkg/subsystem: handle syz_usb_connect$hid
Also make the call point to the "input" subsystem.
Diffstat (limited to 'pkg/subsystem/linux')
| -rw-r--r-- | pkg/subsystem/linux/rules.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/subsystem/linux/rules.go b/pkg/subsystem/linux/rules.go index 13a1d0983..3f2149af2 100644 --- a/pkg/subsystem/linux/rules.go +++ b/pkg/subsystem/linux/rules.go @@ -37,6 +37,7 @@ var ( "gfs2": {"syz_mount_image$gfs2", "syz_mount_image$gfs2meta"}, "hfs": {"syz_mount_image$hfs", "syz_mount_image$hfsplus"}, "hpfs": {"syz_mount_image$hpfs"}, + "input": {"syz_usb_connect$hid"}, "io-uring": {"syz_io_uring_setup"}, "isofs": {"syz_mount_image$iso9660"}, "jffs2": {"syz_mount_image$jffs2"}, |
