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>
This commit is contained in:
parent
058f5e44dd
commit
a148529eae
@ -19,6 +19,7 @@
|
||||
"socket",
|
||||
"poll",
|
||||
"fcntl64",
|
||||
"fstat",
|
||||
"epoll_create",
|
||||
"epoll_ctl",
|
||||
"epoll_wait",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user