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:
parent
e8c735f74a
commit
1141ee1e51
1 changed files with 4 additions and 0 deletions
|
@ -29,8 +29,12 @@
|
|||
"fsync",
|
||||
"futex",
|
||||
"getdents64",
|
||||
"getegid32",
|
||||
"geteuid32",
|
||||
"getgid32",
|
||||
"getpeername",
|
||||
"getpid",
|
||||
"getrandom",
|
||||
"getsockname",
|
||||
"getsockopt",
|
||||
"getuid",
|
||||
|
|
Loading…
Reference in a new issue