Skip to content

Commit c06e899

Browse files
committed
syz-cluster/workflow/configs: update net and bpf configs
openat$6lowpan* is necessary for write$6lowpan*. openat$tcp* is necessary for write$tcp_*. bpf$BPF_LINK_CREATE depends on pidfd. bpf$MAP_UPDATE_ELEM needs socket. mount$bpf needs fstat.
1 parent aa5bfe0 commit c06e899

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"bpf", "mkdir", "mount$bpf", "unlink", "close",
1212
"perf_event_open*", "ioctl$PERF*", "getpid", "gettid",
1313
"socketpair", "sendmsg", "recvmsg", "setsockopt$sock_attach_bpf",
14-
"socket$kcm", "ioctl$sock_kcm*", "syz_clone",
14+
"socket", "ioctl$sock_kcm*", "syz_clone",
1515
"mkdirat$cgroup*", "openat$cgroup*", "write$cgroup*",
1616
"openat$tun", "write$tun", "ioctl$TUN*", "ioctl$SIOCSIFHWADDR",
17-
"openat$ppp", "syz_open_procfs$namespace"
17+
"openat$ppp", "syz_open_procfs$namespace", "openat$pidfd", "fstat"
1818
],
1919
"procs": 3,
2020
"sandbox": "none",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"mkdirat$cgroup*", "openat$cgroup*", "write$cgroup*",
2323
"clock_gettime", "bpf", "openat$tun", "openat$ppp",
2424
"syz_open_procfs$namespace", "syz_80211_*", "nanosleep",
25-
"openat$nci", "ioctl$IOCTL_GET_NCIDEV_IDX"
25+
"openat$nci", "ioctl$IOCTL_GET_NCIDEV_IDX", "openat$rfkill",
26+
"openat$6lowpan*", "openat$pidfd", "openat$tcp*"
2627
],
2728
"procs": 3,
2829
"sandbox": "none",

0 commit comments

Comments
 (0)