umdns: update seccomp filter rules
Add 'writev' syscall to list of allowed syscalls. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
		@@ -8,7 +8,7 @@
 | 
			
		||||
include $(TOPDIR)/rules.mk
 | 
			
		||||
 | 
			
		||||
PKG_NAME:=umdns
 | 
			
		||||
PKG_RELEASE:=2
 | 
			
		||||
PKG_RELEASE:=3
 | 
			
		||||
 | 
			
		||||
PKG_SOURCE_URL=$(PROJECT_GIT)/project/mdnsd.git
 | 
			
		||||
PKG_SOURCE_PROTO:=git
 | 
			
		||||
 
 | 
			
		||||
@@ -5,6 +5,7 @@
 | 
			
		||||
			"names": [
 | 
			
		||||
				"read",
 | 
			
		||||
				"write",
 | 
			
		||||
				"writev",
 | 
			
		||||
				"open",
 | 
			
		||||
				"close",
 | 
			
		||||
				"time",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user