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 commit1141ee1e51
and commita78e527012
)
This commit is contained in:
parent
ee11ce67a2
commit
e11d70d0c0
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -29,8 +29,12 @@
|
|||
"fsync",
|
||||
"futex",
|
||||
"getdents64",
|
||||
"getegid32",
|
||||
"geteuid32",
|
||||
"getgid32",
|
||||
"getpeername",
|
||||
"getpid",
|
||||
"getrandom",
|
||||
"getsockname",
|
||||
"getsockopt",
|
||||
"getuid",
|
||||
|
|
Loading…
Reference in a new issue