1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-05-23 07:56:18 +02:00

umdns: add missing syscall to seccomp filter

The 'clock_gettime64', syscall is missing.
Found with 'utrace /usr/sbin/umdns' on an R7800.

Signed-off-by: Michael Peleshenko <mpeleshenko@gmail.com>
This commit is contained in:
Michael Peleshenko 2021-10-21 18:14:05 -04:00 committed by Christian Lamparter
parent dbb4c47798
commit 40c18e95dc

View File

@ -6,6 +6,7 @@
"bind",
"brk",
"clock_gettime",
"clock_gettime64",
"close",
"connect",
"epoll_create",