transmission: add ftruncate syscall to seccomp
Fixes many crashes. Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
This commit is contained in:
parent
06e9fdfe00
commit
a037254588
2 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue