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",
|
"fstat",
|
||||||
"getsockname",
|
"getsockname",
|
||||||
"ioctl",
|
"ioctl",
|
||||||
|
"mmap",
|
||||||
|
"mmap2",
|
||||||
|
"munmap",
|
||||||
"open",
|
"open",
|
||||||
"openat",
|
"openat",
|
||||||
"pipe",
|
"pipe",
|
||||||
|
|
Loading…
Reference in New Issue