add lstat to worker seccomp filter

This commit is contained in:
Joris Vink 2019-09-25 15:44:03 +02:00
parent eab94eda49
commit 4bc39f19af
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ static struct sock_filter filter_kore[] = {
KORE_SYSCALL_ALLOW(open),
KORE_SYSCALL_ALLOW(read),
KORE_SYSCALL_ALLOW(stat),
KORE_SYSCALL_ALLOW(lstat),
KORE_SYSCALL_ALLOW(fstat),
KORE_SYSCALL_ALLOW(write),
KORE_SYSCALL_ALLOW(fcntl),