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/lists/linux.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/subsystem/lists') diff --git a/pkg/subsystem/lists/linux.go b/pkg/subsystem/lists/linux.go index 31971da6e..37c6aa46f 100644 --- a/pkg/subsystem/lists/linux.go +++ b/pkg/subsystem/lists/linux.go @@ -3203,6 +3203,7 @@ func subsystems_linux() []*Subsystem { nilfs = Subsystem{ Name: "nilfs", + Syscalls: []string{"syz_mount_image$nilfs2"}, Lists: []string{"linux-nilfs@vger.kernel.org"}, Maintainers: []string{"konishi.ryusuke@gmail.com"}, Parents: []*Subsystem{&fs}, -- cgit mrf-deployment