Skip to content
Snippets Groups Projects
Commit db639238 authored by Michael Peleshenko's avatar Michael Peleshenko Committed by Daniel Golle
Browse files

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: default avatarMichael Peleshenko <mpeleshenko@gmail.com>
parent 70c12d26
Branches
Tags
No related merge requests found
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
"fstat", "fstat",
"getsockname", "getsockname",
"ioctl", "ioctl",
"madvise",
"mmap", "mmap",
"mmap2", "mmap2",
"munmap", "munmap",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment