mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
transmission: add syscalls to seccomp filter
Add missing syscalls found with `/etc/init.d/transmission trace`. fix crash on boot on x86_64 platform Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
This commit is contained in:
committed by
Daniel Golle
parent
1de23c1c12
commit
d827297546
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=transmission
|
||||
PKG_VERSION:=4.0.6
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://github.com/transmission/transmission/releases/download/$(PKG_VERSION)/
|
||||
|
||||
@@ -35,9 +35,12 @@
|
||||
"fsync",
|
||||
"futex",
|
||||
"getdents64",
|
||||
"getegid",
|
||||
"getegid32",
|
||||
"getenv",
|
||||
"geteuid",
|
||||
"geteuid32",
|
||||
"getgid",
|
||||
"getgid32",
|
||||
"getpeername",
|
||||
"getpid",
|
||||
|
||||
Reference in New Issue
Block a user