Browse Source

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>
lilik-openwrt-22.03
Daniel Golle 4 years ago
parent
commit
1141ee1e51
No known key found for this signature in database GPG Key ID: 5A8F39C31C3217CA
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      net/transmission/files/transmission-daemon.json

+ 4
- 0
net/transmission/files/transmission-daemon.json View File

@ -29,8 +29,12 @@
"fsync",
"futex",
"getdents64",
"getegid32",
"geteuid32",
"getgid32",
"getpeername",
"getpid",
"getrandom",
"getsockname",
"getsockopt",
"getuid",


Loading…
Cancel
Save