aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/host/host_linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/host/host_linux.go')
-rw-r--r--pkg/host/host_linux.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/host/host_linux.go b/pkg/host/host_linux.go
index 3c2a3156f..9a763f10b 100644
--- a/pkg/host/host_linux.go
+++ b/pkg/host/host_linux.go
@@ -99,6 +99,8 @@ func isSupportedSyzkall(c *prog.Syscall) bool {
return false
}
return check(fname)
+ case "syz_open_procfs":
+ return true
case "syz_open_pts":
return true
case "syz_fuse_mount":