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
No known key found for this signature in database
GPG key ID: 5A8F39C31C3217CA

View file

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