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>
This commit is contained in:
Daniel Golle 2021-09-25 08:23:41 +01:00
parent 0ed3e8f373
commit 13516fa188
No known key found for this signature in database
GPG Key ID: 5A8F39C31C3217CA
1 changed files with 2 additions and 0 deletions

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",