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
1 changed files with 1 additions and 0 deletions

View File

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