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 | include $(TOPDIR)/rules.mk | ||||||
|  |  | ||||||
| PKG_NAME:=umdns | PKG_NAME:=umdns | ||||||
| PKG_RELEASE:=2 | PKG_RELEASE:=3 | ||||||
|  |  | ||||||
| PKG_SOURCE_URL=$(PROJECT_GIT)/project/mdnsd.git | PKG_SOURCE_URL=$(PROJECT_GIT)/project/mdnsd.git | ||||||
| PKG_SOURCE_PROTO:=git | PKG_SOURCE_PROTO:=git | ||||||
|   | |||||||
| @@ -5,6 +5,7 @@ | |||||||
| 			"names": [ | 			"names": [ | ||||||
| 				"read", | 				"read", | ||||||
| 				"write", | 				"write", | ||||||
|  | 				"writev", | ||||||
| 				"open", | 				"open", | ||||||
| 				"close", | 				"close", | ||||||
| 				"time", | 				"time", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Daniel Golle
					Daniel Golle