mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-07 19:34:48 +00:00
umdns: add missing syscalls to seccomp filter
The 'mmap', 'mmap2', 'munmap' syscalls are missing. Found with 'utrace /usr/sbin/umdns'. Signed-off-by: Ronny Kotzschmar <ro.ok@me.com>
This commit is contained in:
parent
c2222f74c8
commit
72bfc35f8f
@ -20,6 +20,9 @@
|
||||
"fstat",
|
||||
"getsockname",
|
||||
"ioctl",
|
||||
"mmap",
|
||||
"mmap2",
|
||||
"munmap",
|
||||
"open",
|
||||
"openat",
|
||||
"pipe",
|
||||
|
Loading…
x
Reference in New Issue
Block a user