Skip to content
Snippets Groups Projects
Commit 64cbfd1f authored by Daniel Golle's avatar Daniel Golle
Browse files

umdns: update seccomp filter rules


Add 'writev' syscall to list of allowed syscalls.

Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>
parent 8cf0ac3f
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment