umdns: add missing syscall to seccomp filter
authorMichael Peleshenko <mpeleshenko@gmail.com>
Thu, 21 Oct 2021 22:14:05 +0000 (18:14 -0400)
committerChristian Lamparter <chunkeey@gmail.com>
Sat, 23 Oct 2021 17:31:32 +0000 (19:31 +0200)
The 'clock_gettime64', syscall is missing.
Found with 'utrace /usr/sbin/umdns' on an R7800.

Signed-off-by: Michael Peleshenko <mpeleshenko@gmail.com>
package/network/services/umdns/files/umdns.json

index aa9f49fa3209d1738d19598876c5d3f320f597ce..e941b223a82c6475150a65540c7fc2d1dadc9b5f 100644 (file)
@@ -6,6 +6,7 @@
                                "bind",
                                "brk",
                                "clock_gettime",
+                               "clock_gettime64",
                                "close",
                                "connect",
                                "epoll_create",