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:
Ronny Kotzschmar 2021-10-07 15:28:13 +02:00 committed by Paul Spooren
parent c2222f74c8
commit 72bfc35f8f
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@
"fstat",
"getsockname",
"ioctl",
"mmap",
"mmap2",
"munmap",
"open",
"openat",
"pipe",