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>
(cherry picked from commit d28880cdd8)
This commit is contained in:
committed by
Hauke Mehrtens
parent
6552f31acd
commit
36ee555c5f
@@ -24,6 +24,7 @@
|
|||||||
"pipe",
|
"pipe",
|
||||||
"poll",
|
"poll",
|
||||||
"fcntl64",
|
"fcntl64",
|
||||||
|
"fstat",
|
||||||
"epoll_create",
|
"epoll_create",
|
||||||
"epoll_create1",
|
"epoll_create1",
|
||||||
"epoll_ctl",
|
"epoll_ctl",
|
||||||
|
|||||||
Reference in New Issue
Block a user