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.
Bump PKG_RELEASE.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 1141ee1e51
and commit a78e527012)
This commit is contained in:
Daniel Golle 2021-07-09 02:12:00 +01:00
parent ee11ce67a2
commit e11d70d0c0
No known key found for this signature in database
GPG Key ID: 5A8F39C31C3217CA
2 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=transmission
PKG_VERSION:=3.00
PKG_RELEASE:=11
PKG_RELEASE:=12
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GITHUB/transmission/transmission-releases/master

View File

@ -29,8 +29,12 @@
"fsync",
"futex",
"getdents64",
"getegid32",
"geteuid32",
"getgid32",
"getpeername",
"getpid",
"getrandom",
"getsockname",
"getsockopt",
"getuid",