Skip to content

Commit 7f40ce9

Browse files
committed
syz-cluster: add vsock to the enabled syscalls for net
vsock patches are sent to the net mailing lists.
1 parent 5d6108d commit 7f40ce9

File tree

1 file changed

+1
-1
lines changed
  • syz-cluster/workflow/configs/net

1 file changed

+1
-1
lines changed

syz-cluster/workflow/configs/net/base.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"clock_gettime", "bpf", "openat$tun", "openat$ppp",
2424
"syz_open_procfs$namespace", "syz_80211_*", "nanosleep",
2525
"openat$nci", "ioctl$IOCTL_GET_NCIDEV_IDX", "openat$rfkill",
26-
"openat$6lowpan*", "openat$pidfd", "openat$tcp*"
26+
"openat$6lowpan*", "openat$pidfd", "openat$tcp*", "openat$vhost_vsock"
2727
],
2828
"procs": 3,
2929
"sandbox": "none",

0 commit comments

Comments
 (0)