Browse Source

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 <[email protected]>
Ronny Kotzschmar 4 years ago
parent
commit
72bfc35f8f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package/network/services/umdns/files/umdns.json

+ 3 - 0
package/network/services/umdns/files/umdns.json

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