transmission: add missing ftruncate64 syscall
authorDaniel Golle <daniel@makrotopia.org>
Fri, 19 May 2023 01:53:53 +0000 (02:53 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 18 Feb 2024 15:59:56 +0000 (16:59 +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>
(cherry picked from commit 142bbc77f1aa8a81cd1ffb1ebad3ce4f2ef24b8a)

net/transmission/files/transmission-daemon.json

index f6fd25af1ef72f98200a78c6d0f8fb04f5f591e3..fafc414d38a168421633bcba5b6d72649915d00d 100644 (file)
@@ -28,6 +28,7 @@
                                "fchmod",
                                "fcntl",
                                "fcntl64",
+                               "ftruncate64",
                                "fstat",
                                "fstat64",
                                "fsync",