Initial commit
This commit is contained in:
32
package/network/services/umdns/files/umdns.json
Normal file
32
package/network/services/umdns/files/umdns.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"whitelist": [
|
||||
"read",
|
||||
"write",
|
||||
"open",
|
||||
"close",
|
||||
"time",
|
||||
"brk",
|
||||
"ioctl",
|
||||
"uname",
|
||||
"bind",
|
||||
"connect",
|
||||
"getsockname",
|
||||
"recvmsg",
|
||||
"sendmsg",
|
||||
"sendto",
|
||||
"setsockopt",
|
||||
"socket",
|
||||
"poll",
|
||||
"fcntl64",
|
||||
"epoll_create",
|
||||
"epoll_ctl",
|
||||
"epoll_wait",
|
||||
"rt_sigaction",
|
||||
"sigreturn",
|
||||
"rt_sigreturn",
|
||||
"exit_group",
|
||||
"exit",
|
||||
"clock_gettime"
|
||||
],
|
||||
"policy": 1
|
||||
}
|
||||
Reference in New Issue
Block a user