Skip to content
Snippets Groups Projects
Commit 4a94edb0 authored by Marius Dinu's avatar Marius Dinu Committed by Daniel Golle
Browse files

transmission: add ftruncate syscall to seccomp


Fixes many crashes.

Fixes #22071.

Signed-off-by: default avatarMarius Dinu <m95d+git@psihoexpert.ro>
(cherry picked from commit a0372545887a2f16329be56949465e13af0d04c7)
Signed-off-by: default avatarLuiz Angelo Daros de Luca <luizluca@gmail.com>
parent 29bf6ffe
No related branches found
No related tags found
2 merge requests!47Merge commit '8e3a1824645f' (OpenWrt v23.05.2) into devel,!44Merge commit '0da9f62297' (OpenWrt v23.05.0) into devel
......@@ -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)/
......
......@@ -27,6 +27,7 @@
"fchmod",
"fcntl",
"fcntl64",
"ftruncate",
"ftruncate64",
"fstat",
"fstat64",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment