git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
377721f
)
transmission: add missing ftruncate64 syscall
author
Daniel Golle
<redacted>
Fri, 19 May 2023 01:53:53 +0000
(
02:53
+0100)
committer
Daniel Golle
<redacted>
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 <redacted>
net/transmission/files/transmission-daemon.json
patch
|
blob
|
history
diff --git
a/net/transmission/files/transmission-daemon.json
b/net/transmission/files/transmission-daemon.json
index 533f5808b7edecb5726bedad7da89745ed596884..3a2e82239b2651117055f50b9b13c88c11a46015 100644
(file)
--- a/
net/transmission/files/transmission-daemon.json
+++ b/
net/transmission/files/transmission-daemon.json
@@
-27,6
+27,7
@@
"fchmod",
"fcntl",
"fcntl64",
+ "ftruncate64",
"fstat",
"fstat64",
"fsync",
git clone https://git.99rst.org/PROJECT