umdns: add missing syscall 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 "clock_gettime64",
10 "close",
11 "connect",
12 "epoll_create",
13 "epoll_create1",
14 "epoll_ctl",
15 "epoll_pwait",
16 "epoll_wait",
17 "exit",
18 "exit_group",
19 "fcntl",
20 "fcntl64",
21 "fstat",
22 "getsockname",
23 "ioctl",
24 "mmap",
25 "mmap2",
26 "munmap",
27 "open",
28 "openat",
29 "pipe",
30 "pipe2",
31 "poll",
32 "ppoll",
33 "read",
34 "recvfrom",
35 "recvmsg",
36 "rt_sigaction",
37 "rt_sigprocmask",
38 "rt_sigreturn",
39 "sendmsg",
40 "sendto",
41 "setsockopt",
42 "sigreturn",
43 "socket",
44 "time",
45 "uname",
46 "write",
47 "writev"
48 ],
49 "action": "SCMP_ACT_ALLOW"
50 }
51 ]
52 }