umdns: add syscalls needed on Aarch64

Now that ujail supports seccomp also on Aarch64, add missing syscall
'fstat' to the list of allowed syscalls.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
Daniel Golle 2021-03-19 22:32:12 +00:00 committed by maurerr
parent 15d8b34664
commit 5bdf46aebf

View File

@ -24,6 +24,7 @@
"pipe",
"poll",
"fcntl64",
"fstat",
"epoll_create",
"epoll_create1",
"epoll_ctl",