transmission: add new syscalls to seccomp filter
authorDaniel Golle <redacted>
Fri, 9 Jul 2021 01:12:00 +0000 (02:12 +0100)
committerDaniel Golle <redacted>
Sat, 10 Jul 2021 21:04:50 +0000 (22:04 +0100)
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 <redacted>
net/transmission/files/transmission-daemon.json

index e7cf1dd530c63ecc086d15487a8272c44153c244..7711f15611bcde3425d95a29e651094f4c692f32 100644 (file)
                                "fsync",
                                "futex",
                                "getdents64",
+                               "getegid32",
+                               "geteuid32",
+                               "getgid32",
                                "getpeername",
                                "getpid",
+                               "getrandom",
                                "getsockname",
                                "getsockopt",
                                "getuid",
git clone https://git.99rst.org/PROJECT