openwrt/package/network/services/umdns/files/umdns.json
Felix Fietkau 0f283ab4c9 umdns: update to Git HEAD (2023-11-21)
9040335e102b interface: fix interface memory corruption
b1e023eda358 add udebug support

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2023-11-21 07:36:08 +01:00

60 lines
879 B
JSON

{
"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",
"ftruncate",
"getdents64",
"getsockname",
"getrandom",
"ioctl",
"madvise",
"mmap",
"mmap2",
"munmap",
"newfstatat",
"open",
"openat",
"pipe",
"pipe2",
"poll",
"ppoll",
"read",
"recvfrom",
"recvmsg",
"rt_sigaction",
"rt_sigprocmask",
"rt_sigreturn",
"sendmsg",
"sendto",
"setsockopt",
"sigreturn",
"socket",
"statx",
"time",
"uname",
"unlinkat",
"write",
"writev"
],
"action": "SCMP_ACT_ALLOW"
}
]
}