umdns: add syscalls needed on Aarch64
[openwrt/openwrt.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 "fstat",
28 "epoll_create",
29 "epoll_create1",
30 "epoll_ctl",
31 "epoll_wait",
32 "epoll_pwait",
33 "rt_sigaction",
34 "sigreturn",
35 "rt_sigreturn",
36 "rt_sigprocmask",
37 "exit_group",
38 "exit",
39 "fcntl",
40 "clock_gettime"
41 ],
42 "action": "SCMP_ACT_ALLOW"
43 }
44 ]
45 }