transmission: add ftruncate syscall to seccomp
authorMarius Dinu <m95d+git@psihoexpert.ro>
Sun, 16 Jul 2023 13:43:25 +0000 (16:43 +0300)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 18 Jul 2023 13:56:50 +0000 (14:56 +0100)
Fixes many crashes.

Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
net/transmission/Makefile
net/transmission/files/transmission-daemon.json

index 13b6b1de498e2f57e9e5f2238dc7f4df1fa85e3a..b5f378a6c72cecdb17f318a065c3c3843e2e9737 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=transmission
 PKG_VERSION:=4.0.3
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://github.com/transmission/transmission/releases/download/$(PKG_VERSION)/
index 3a2e82239b2651117055f50b9b13c88c11a46015..6d9fa1face64bcbb3924a3cf1e021dbaaee27347 100644 (file)
@@ -27,6 +27,7 @@
                                "fchmod",
                                "fcntl",
                                "fcntl64",
+                               "ftruncate",
                                "ftruncate64",
                                "fstat",
                                "fstat64",