Allow more syscalls

This commit is contained in:
Robin Malley 2020-12-24 05:02:22 +00:00
parent fa72d1065a
commit 68bac839ab
1 changed files with 4 additions and 1 deletions

View File

@ -46,7 +46,10 @@ KORE_SECCOMP_FILTER("app",
KORE_SYSCALL_ALLOW(fdatasync),
KORE_SYSCALL_ALLOW(unlinkat),
KORE_SYSCALL_ALLOW(mremap),
KORE_SYSCALL_ALLOW(newfstatat)
KORE_SYSCALL_ALLOW(newfstatat),
KORE_SYSCALL_ALLOW(getdents64),
KORE_SYSCALL_ALLOW(gettimeofday),
KORE_SYSCALL_ALLOW(fchown)
);
int