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)
commit9e84e22a78a5c884bc232f5c4d8374553111059f
tree38b4929d3446d2a5702cab9aac82a57dcb48f688
parentcdbaef37e89cabb3a816e5400a1cf3ccb99cbf1f
transmission: add p{read,write}v2 syscalls to seccomp filter

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
git clone https://git.99rst.org/PROJECT