mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
transmission: add new syscalls to seccomp filter
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 <daniel@makrotopia.org>
This commit is contained in:
@@ -29,8 +29,12 @@
|
||||
"fsync",
|
||||
"futex",
|
||||
"getdents64",
|
||||
"getegid32",
|
||||
"geteuid32",
|
||||
"getgid32",
|
||||
"getpeername",
|
||||
"getpid",
|
||||
"getrandom",
|
||||
"getsockname",
|
||||
"getsockopt",
|
||||
"getuid",
|
||||
|
||||
Reference in New Issue
Block a user