Allow more syscalls
This commit is contained in:
parent
fa72d1065a
commit
68bac839ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue