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>
This commit is contained in:
Daniel Golle
2023-05-19 02:53:53 +01:00
parent 377721fae6
commit 142bbc77f1
@@ -27,6 +27,7 @@
"fchmod",
"fcntl",
"fcntl64",
"ftruncate64",
"fstat",
"fstat64",
"fsync",