umdns: update seccomp filter rules
[openwrt/staging/rmilecki.git] / package / network / services / umdns / files / umdns.json
1 {
2 "defaultAction": "SCMP_ACT_KILL_PROCESS",
3 "syscalls": [
4 {
5 "names": [
6 "read",
7 "write",
8 "writev",
9 "open",
10 "close",
11 "time",
12 "brk",
13 "ioctl",
14 "uname",
15 "bind",
16 "connect",
17 "getsockname",
18 "recvmsg",
19 "recvfrom",
20 "sendmsg",
21 "sendto",
22 "setsockopt",
23 "socket",
24 "pipe",
25 "poll",
26 "fcntl64",
27 "epoll_create",
28 "epoll_create1",
29 "epoll_ctl",
30 "epoll_wait",
31 "epoll_pwait",
32 "rt_sigaction",
33 "sigreturn",
34 "rt_sigreturn",
35 "rt_sigprocmask",
36 "exit_group",
37 "exit",
38 "fcntl",
39 "clock_gettime"
40 ],
41 "action": "SCMP_ACT_ALLOW"
42 }
43 ]
44 }