transmission: add missing ftruncate64 syscall

Transmission 4.0.3 started using the ftruncate64 syscall.
Add it to the list of allowed syscalls.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 142bbc77f1)
This commit is contained in:
Daniel Golle 2023-05-19 02:53:53 +01:00 committed by Josef Schlehofer
parent 5e31c0d9cc
commit c2627a0f74
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
"fchmod",
"fcntl",
"fcntl64",
"ftruncate64",
"fstat",
"fstat64",
"fsync",