aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/host/host_linux.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-11-27 09:08:59 +0100
committerDmitry Vyukov <dvyukov@google.com>2017-11-27 09:08:59 +0100
commit8257de047b6ceb09374e04e44eb9be489aff2d8a (patch)
tree583eff849844f58f1cb0ef5a41af5d7148179dc6 /pkg/host/host_linux.go
parentbbe60f6cb6ca28bbe9f6a54e264d01dcb8f5940e (diff)
sys/linux: open files from /proc
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":