aa9f49fa3209d1738d19598876c5d3f320f597ce
[openwrt/openwrt.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 "mmap",
24 "mmap2",
25 "munmap",
26 "open",
27 "openat",
28 "pipe",
29 "pipe2",
30 "poll",
31 "ppoll",
32 "read",
33 "recvfrom",
34 "recvmsg",
35 "rt_sigaction",
36 "rt_sigprocmask",
37 "rt_sigreturn",
38 "sendmsg",
39 "sendto",
40 "setsockopt",
41 "sigreturn",
42 "socket",
43 "time",
44 "uname",
45 "write",
46 "writev"
47 ],
48 "action": "SCMP_ACT_ALLOW"
49 }
50 ]
51 }