mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
0f283ab4c9
9040335e102b interface: fix interface memory corruption b1e023eda358 add udebug support Signed-off-by: Felix Fietkau <nbd@nbd.name>
60 lines
879 B
JSON
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"
|
|
}
|
|
]
|
|
}
|