From: Daniel Golle Date: Fri, 9 Jul 2021 01:12:00 +0000 (+0100) Subject: transmission: add new syscalls to seccomp filter X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1141ee1e5163d0882c0c8ab00c200b797b1ac85f;p=openwrt-packages.git 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 --- diff --git a/net/transmission/files/transmission-daemon.json b/net/transmission/files/transmission-daemon.json index e7cf1dd53..7711f1561 100644 --- a/net/transmission/files/transmission-daemon.json +++ b/net/transmission/files/transmission-daemon.json @@ -29,8 +29,12 @@ "fsync", "futex", "getdents64", + "getegid32", + "geteuid32", + "getgid32", "getpeername", "getpid", + "getrandom", "getsockname", "getsockopt", "getuid",