transmission: add syscalls to seccomp filter

Add missing syscalls found with `/etc/init.d/transmission trace`.

fix crash on boot on x86_64 platform

Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
This commit is contained in:
Liangbin Lian
2025-04-21 14:19:19 +08:00
committed by Daniel Golle
parent 1de23c1c12
commit d827297546
2 changed files with 4 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=transmission
PKG_VERSION:=4.0.6
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)/

View File

@@ -35,9 +35,12 @@
"fsync",
"futex",
"getdents64",
"getegid",
"getegid32",
"getenv",
"geteuid",
"geteuid32",
"getgid",
"getgid32",
"getpeername",
"getpid",