aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/umdns/files/umdns.json
blob: 92f1a17b52098ff18cc600052e9a3a0df9ae88ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
	"defaultAction": "SCMP_ACT_KILL_PROCESS",
	"syscalls": [
		{
			"names": [
				"bind",
				"brk",
				"clock_gettime",
				"clock_gettime64",
				"close",
				"connect",
				"epoll_create",
				"epoll_create1",
				"epoll_ctl",
				"epoll_pwait",
				"epoll_wait",
				"exit",
				"exit_group",
				"fcntl",
				"fcntl64",
				"fstat",
				"getsockname",
				"ioctl",
				"madvise",
				"mmap",
				"mmap2",
				"munmap",
				"open",
				"openat",
				"pipe",
				"pipe2",
				"poll",
				"ppoll",
				"read",
				"recvfrom",
				"recvmsg",
				"rt_sigaction",
				"rt_sigprocmask",
				"rt_sigreturn",
				"sendmsg",
				"sendto",
				"setsockopt",
				"sigreturn",
				"socket",
				"time",
				"uname",
				"write",
				"writev"
			],
			"action": "SCMP_ACT_ALLOW"
		}
	]
}