transmission: add two more syscalls to seccomp filter
authorDaniel Golle <redacted>
Sat, 25 Sep 2021 07:23:41 +0000 (08:23 +0100)
committerDaniel Golle <redacted>
Sat, 25 Sep 2021 07:27:08 +0000 (08:27 +0100)
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 <redacted>
net/transmission/files/transmission-daemon.json

index 7711f15611bcde3425d95a29e651094f4c692f32..7621c4021225fd4702e0aacabae77b1919831538 100644 (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",
git clone https://git.99rst.org/PROJECT