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:
e8c735f
)
transmission: add new syscalls to seccomp filter
author
Daniel Golle
<redacted>
Fri, 9 Jul 2021 01:12:00 +0000
(
02:12
+0100)
committer
Daniel Golle
<redacted>
Sat, 10 Jul 2021 21:04:50 +0000
(22:04 +0100)
Testing showed that additional syscalls are needed on ARMv7.
Add "getegid32", "geteuid32", "getgid32" and "getrandom" as they are
all innocent.
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 e7cf1dd530c63ecc086d15487a8272c44153c244..7711f15611bcde3425d95a29e651094f4c692f32 100644
(file)
--- a/
net/transmission/files/transmission-daemon.json
+++ b/
net/transmission/files/transmission-daemon.json
@@
-29,8
+29,12
@@
"fsync",
"futex",
"getdents64",
+ "getegid32",
+ "geteuid32",
+ "getgid32",
"getpeername",
"getpid",
+ "getrandom",
"getsockname",
"getsockopt",
"getuid",
git clone https://git.99rst.org/PROJECT