From 7db618d07585536ddb492f9d78f957f4947e74df Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Mon, 3 Apr 2023 17:18:57 +0200 Subject: pkg/subsystem: handle syz_usb_connect$hid Also make the call point to the "input" subsystem. --- pkg/subsystem/linux/rules.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/subsystem/linux') 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"}, -- cgit mrf-deployment