Browse Source

transmission: add two more syscalls to seccomp filter

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

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

@ -10,6 +10,7 @@
"bind",
"brk",
"clock_gettime",
"clock_gettime64",
"clone",
"close",
"connect",
@ -77,6 +78,7 @@
"sigreturn",
"socket",
"stat",
"statx",
"stat64",
"socketpair",
"umask",


Loading…
Cancel
Save