transmission: add missing ftruncate64 syscall
authorDaniel Golle <daniel@makrotopia.org>
Fri, 19 May 2023 01:53:53 +0000 (02:53 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 19 May 2023 01:55:07 +0000 (02:55 +0100)
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>
net/transmission/files/transmission-daemon.json

index 533f5808b7edecb5726bedad7da89745ed596884..3a2e82239b2651117055f50b9b13c88c11a46015 100644 (file)
@@ -27,6 +27,7 @@
                                "fchmod",
                                "fcntl",
                                "fcntl64",
+                               "ftruncate64",
                                "fstat",
                                "fstat64",
                                "fsync",