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:
parent
70c12d26ca
commit
db639238f2
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
"fstat",
|
"fstat",
|
||||||
"getsockname",
|
"getsockname",
|
||||||
"ioctl",
|
"ioctl",
|
||||||
|
"madvise",
|
||||||
"mmap",
|
"mmap",
|
||||||
"mmap2",
|
"mmap2",
|
||||||
"munmap",
|
"munmap",
|
||||||
|
|
Loading…
Reference in a new issue