554b616633075ea5f6537b62fe8afc986d83a353
[openwrt/staging/hauke.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 "getdents64",
23 "getsockname",
24 "getrandom",
25 "ioctl",
26 "madvise",
27 "mmap",
28 "mmap2",
29 "munmap",
30 "newfstatat",
31 "open",
32 "openat",
33 "pipe",
34 "pipe2",
35 "poll",
36 "ppoll",
37 "read",
38 "recvfrom",
39 "recvmsg",
40 "rt_sigaction",
41 "rt_sigprocmask",
42 "rt_sigreturn",
43 "sendmsg",
44 "sendto",
45 "setsockopt",
46 "sigreturn",
47 "socket",
48 "statx",
49 "time",
50 "uname",
51 "write",
52 "writev"
53 ],
54 "action": "SCMP_ACT_ALLOW"
55 }
56 ]
57 }