mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
64cbfd1f54
Add 'writev' syscall to list of allowed syscalls. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
45 lines
650 B
JSON
45 lines
650 B
JSON
{
|
|
"defaultAction": "SCMP_ACT_KILL_PROCESS",
|
|
"syscalls": [
|
|
{
|
|
"names": [
|
|
"read",
|
|
"write",
|
|
"writev",
|
|
"open",
|
|
"close",
|
|
"time",
|
|
"brk",
|
|
"ioctl",
|
|
"uname",
|
|
"bind",
|
|
"connect",
|
|
"getsockname",
|
|
"recvmsg",
|
|
"recvfrom",
|
|
"sendmsg",
|
|
"sendto",
|
|
"setsockopt",
|
|
"socket",
|
|
"pipe",
|
|
"poll",
|
|
"fcntl64",
|
|
"epoll_create",
|
|
"epoll_create1",
|
|
"epoll_ctl",
|
|
"epoll_wait",
|
|
"epoll_pwait",
|
|
"rt_sigaction",
|
|
"sigreturn",
|
|
"rt_sigreturn",
|
|
"rt_sigprocmask",
|
|
"exit_group",
|
|
"exit",
|
|
"fcntl",
|
|
"clock_gettime"
|
|
],
|
|
"action": "SCMP_ACT_ALLOW"
|
|
}
|
|
]
|
|
}
|