The 'mmap', 'mmap2', 'munmap' syscalls are missing. Found with 'utrace /usr/sbin/umdns'. Signed-off-by: Ronny Kotzschmar <[email protected]>
@@ -20,6 +20,9 @@
"fstat",
"getsockname",
"ioctl",
+ "mmap",
+ "mmap2",
+ "munmap",
"open",
"openat",
"pipe",