mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-29 21:06:33 +08:00
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
@ -21,6 +21,7 @@
|
||||
"fstat",
|
||||
"getsockname",
|
||||
"ioctl",
|
||||
"madvise",
|
||||
"mmap",
|
||||
"mmap2",
|
||||
"munmap",
|
||||
|
Loading…
Reference in New Issue
Block a user