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