transmission: add syscalls to seccomp filter
authorLiangbin Lian <jjm2473@gmail.com>
Sat, 2 Sep 2023 03:30:26 +0000 (11:30 +0800)
committerRosen Penev <rosenp@gmail.com>
Fri, 8 Sep 2023 02:26:48 +0000 (19:26 -0700)
Add missing syscalls found using `/etc/init.d/transmission trace`.

fix crash on adding torrent on x86_64 platform

Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
net/transmission/Makefile
net/transmission/files/transmission-daemon.json

index b78e28c96a9979962ec112df11193340ccfad50f..dd75860a907a7a60e12313a78edf3745d5fd6e75 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=transmission
 PKG_VERSION:=3.00
-PKG_RELEASE:=18
+PKG_RELEASE:=19
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GITHUB/transmission/transmission-releases/master
index b652d325744b8eaf756f4eed9a79a7be7da7838b..3c42264b71d4c52dc244f2180a0e4f11f42c202b 100644 (file)
                                "fsync",
                                "futex",
                                "getdents64",
+                               "getegid",
                                "getegid32",
                                "getenv",
+                               "geteuid",
                                "geteuid32",
+                               "getgid",
                                "getgid32",
                                "getpeername",
                                "getpid",