umdns: add missing syscalls to seccomp filter
authorRonny Kotzschmar <ro.ok@me.com>
Thu, 7 Oct 2021 13:28:13 +0000 (15:28 +0200)
committerPaul Spooren <mail@aparcar.org>
Fri, 8 Oct 2021 09:21:59 +0000 (23:21 -1000)
The 'mmap', 'mmap2', 'munmap' syscalls are missing.
Found with 'utrace /usr/sbin/umdns'.

Signed-off-by: Ronny Kotzschmar <ro.ok@me.com>
package/network/services/umdns/files/umdns.json

index 5533b7c5121ae9be2ccf45934e0e7e3d1174e9c8..aa9f49fa3209d1738d19598876c5d3f320f597ce 100644 (file)
@@ -20,6 +20,9 @@
                                "fstat",
                                "getsockname",
                                "ioctl",
+                               "mmap",
+                               "mmap2",
+                               "munmap",
                                "open",
                                "openat",
                                "pipe",