Skip to content

Commit 3cda49c

Browse files
committed
syz-cluster: add nci syscalls to the net config
This prevents bind() and connect() from being disabled. See #6171.
1 parent 19d4829 commit 3cda49c

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"syz_genetlink_get_family_id", "syz_init_net_socket",
2121
"mkdirat$cgroup*", "openat$cgroup*", "write$cgroup*",
2222
"clock_gettime", "bpf", "openat$tun", "openat$ppp",
23-
"syz_open_procfs$namespace", "syz_80211_*", "nanosleep"
23+
"syz_open_procfs$namespace", "syz_80211_*", "nanosleep",
24+
"openat$nci", "ioctl$IOCTL_GET_NCIDEV_IDX"
2425
],
2526
"procs": 3,
2627
"sandbox": "none",

0 commit comments

Comments
 (0)