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:
0ed3e8f
)
transmission: add two more syscalls to seccomp filter
author
Daniel Golle
<redacted>
Sat, 25 Sep 2021 07:23:41 +0000
(08:23 +0100)
committer
Daniel Golle
<redacted>
Sat, 25 Sep 2021 07:27:08 +0000
(08:27 +0100)
Testing showed that additional syscalls are needed on ARMv7.
Add "clock_gettime64" and "statx" which seem to be used now instead
of "clock_gettime" and "stat" syscalls which are already listed.
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 7711f15611bcde3425d95a29e651094f4c692f32..7621c4021225fd4702e0aacabae77b1919831538 100644
(file)
--- a/
net/transmission/files/transmission-daemon.json
+++ b/
net/transmission/files/transmission-daemon.json
@@
-10,6
+10,7
@@
"bind",
"brk",
"clock_gettime",
+ "clock_gettime64",
"clone",
"close",
"connect",
@@
-77,6
+78,7
@@
"sigreturn",
"socket",
"stat",
+ "statx",
"stat64",
"socketpair",
"umask",
git clone https://git.99rst.org/PROJECT