Explorar o código

umdns: add missing syscall to seccomp filter

The 'madvise', syscall is missing.
Found with 'utrace /usr/sbin/umdns' on an R7800 and RT3200.

Signed-off-by: Michael Peleshenko <[email protected]>
Michael Peleshenko %!s(int64=4) %!d(string=hai) anos
pai
achega
db639238f2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      package/network/services/umdns/files/umdns.json

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

@@ -21,6 +21,7 @@
 				"fstat",
 				"fstat",
 				"getsockname",
 				"getsockname",
 				"ioctl",
 				"ioctl",
+				"madvise",
 				"mmap",
 				"mmap",
 				"mmap2",
 				"mmap2",
 				"munmap",
 				"munmap",