From 898831fcd07fd611e33af755d028b5137981aae4 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Mon, 3 Apr 2023 13:28:54 +0200 Subject: pkg/subsystem: fix nilfs syscalls Adjust the rules so that syz_mount_image$nilfs2 begins to point to nilfs. --- pkg/subsystem/linux/rules.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/subsystem/linux/rules.go') diff --git a/pkg/subsystem/linux/rules.go b/pkg/subsystem/linux/rules.go index 645f11cbb..013f99c55 100644 --- a/pkg/subsystem/linux/rules.go +++ b/pkg/subsystem/linux/rules.go @@ -43,7 +43,7 @@ var ( "jfs": {"syz_mount_image$jfs"}, "kvm": {"syz_kvm_setup_cpu"}, "minix": {"syz_mount_image$minix"}, - "nilfs2": {"syz_mount_image$nilfs2"}, + "nilfs": {"syz_mount_image$nilfs2"}, "ntfs": {"syz_mount_image$ntfs"}, "ntfs3": {"syz_mount_image$ntfs3"}, "ocfs2": {"syz_mount_image$ocfs2"}, -- cgit mrf-deployment