transmission: add p{read,write}v2 syscalls to seccomp filter
authorDaniel Golle <redacted>
Mon, 1 Jun 2026 02:19:22 +0000 (03:19 +0100)
committerDaniel Golle <redacted>
Mon, 1 Jun 2026 09:17:02 +0000 (10:17 +0100)
Tracing Transmission 4.11 showed the Transmission is started to use
the pwritev2 syscall for better write performance.
Add pwritev2 and preadv2 (which may be used as well, and anyway
doesn't hurt) to the list of allowed syscalls.

Signed-off-by: Daniel Golle <redacted>
net/transmission/Makefile
net/transmission/files/transmission-daemon.json

index 40c8ab2c299c2fef0dd3b6dd70a70a0a1b00a60d..a8c24b92b51474f9ec877f33f0c2801782ed0bee 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=transmission
 PKG_VERSION:=4.1.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://github.com/transmission/transmission/releases/download/$(PKG_VERSION)/
index 77e0cc41309dfe26d34a4a1e894da02da2fbb022..c5debe13c70d72c94f234ec5a23d76ccdcad0174 100644 (file)
                                "poll",
                                "ppoll",
                                "pread64",
+                               "preadv2",
                                "prlimit64",
                                "pselect6",
                                "pwrite64",
+                               "pwritev2",
                                "quotactl",
                                "read",
                                "readlink",
git clone https://git.99rst.org/PROJECT