umdns: add missing syscall to seccomp filter
authorMichael Peleshenko <mpeleshenko@gmail.com>
Tue, 26 Oct 2021 00:12:57 +0000 (20:12 -0400)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 27 Oct 2021 18:25:59 +0000 (19:25 +0100)
The 'madvise', syscall is missing.
Found with 'utrace /usr/sbin/umdns' on an R7800 and RT3200.

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

index e941b223a82c6475150a65540c7fc2d1dadc9b5f..92f1a17b52098ff18cc600052e9a3a0df9ae88ee 100644 (file)
@@ -21,6 +21,7 @@
                                "fstat",
                                "getsockname",
                                "ioctl",
+                               "madvise",
                                "mmap",
                                "mmap2",
                                "munmap",