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 <mpeleshenko@gmail.com>
This commit is contained in:
		
				
					committed by
					
						
						Daniel Golle
					
				
			
			
				
	
			
			
			
						parent
						
							70c12d26ca
						
					
				
				
					commit
					db639238f2
				
			@@ -21,6 +21,7 @@
 | 
				
			|||||||
				"fstat",
 | 
									"fstat",
 | 
				
			||||||
				"getsockname",
 | 
									"getsockname",
 | 
				
			||||||
				"ioctl",
 | 
									"ioctl",
 | 
				
			||||||
 | 
									"madvise",
 | 
				
			||||||
				"mmap",
 | 
									"mmap",
 | 
				
			||||||
				"mmap2",
 | 
									"mmap2",
 | 
				
			||||||
				"munmap",
 | 
									"munmap",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user