diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-07-09 02:12:00 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-07-10 22:04:50 +0100 |
commit | 1141ee1e5163d0882c0c8ab00c200b797b1ac85f (patch) | |
tree | 5446f9ed78b95e96d183e619d5d2f3948cc04155 /net/transmission | |
parent | e8c735f74a153f7dd570bb34357b68e0b8608b05 (diff) |
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>
Diffstat (limited to 'net/transmission')
-rw-r--r-- | net/transmission/files/transmission-daemon.json | 4 |
1 files changed, 4 insertions, 0 deletions
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", |