mirror of
https://github.com/jorisvink/kore
synced 2025-03-06 18:29:01 -05:00
linux: add readv and pipe2 to acme seccomp filters.
This commit is contained in:
parent
6122affe22
commit
3410a9db91
@ -97,7 +97,12 @@ static struct sock_filter filter_acme[] = {
|
||||
KORE_SYSCALL_ALLOW(faccessat),
|
||||
KORE_SYSCALL_ALLOW(newfstatat),
|
||||
KORE_SYSCALL_ALLOW(clock_gettime),
|
||||
|
||||
#if defined(SYS_pipe2)
|
||||
KORE_SYSCALL_ALLOW(pipe2),
|
||||
#endif
|
||||
#if defined(SYS_readv)
|
||||
KORE_SYSCALL_ALLOW(readv),
|
||||
#endif
|
||||
KORE_SYSCALL_ALLOW(bind),
|
||||
KORE_SYSCALL_ALLOW(ioctl),
|
||||
KORE_SYSCALL_ALLOW(connect),
|
||||
|
Loading…
x
Reference in New Issue
Block a user