umdns: add missing syscall to seccomp filter

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

Signed-off-by: Michael Peleshenko <mpeleshenko@gmail.com>
This commit is contained in:
Michael Peleshenko 2021-10-25 20:12:57 -04:00 committed by Daniel Golle
parent 70c12d26ca
commit db639238f2

View file

@ -21,6 +21,7 @@
"fstat", "fstat",
"getsockname", "getsockname",
"ioctl", "ioctl",
"madvise",
"mmap", "mmap",
"mmap2", "mmap2",
"munmap", "munmap",