mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04: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_NAME:=transmission
|
||||||
PKG_VERSION:=4.0.6
|
PKG_VERSION:=4.0.6
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://github.com/transmission/transmission/releases/download/$(PKG_VERSION)/
|
PKG_SOURCE_URL:=https://github.com/transmission/transmission/releases/download/$(PKG_VERSION)/
|
||||||
|
|||||||
@@ -35,9 +35,12 @@
|
|||||||
"fsync",
|
"fsync",
|
||||||
"futex",
|
"futex",
|
||||||
"getdents64",
|
"getdents64",
|
||||||
|
"getegid",
|
||||||
"getegid32",
|
"getegid32",
|
||||||
"getenv",
|
"getenv",
|
||||||
|
"geteuid",
|
||||||
"geteuid32",
|
"geteuid32",
|
||||||
|
"getgid",
|
||||||
"getgid32",
|
"getgid32",
|
||||||
"getpeername",
|
"getpeername",
|
||||||
"getpid",
|
"getpid",
|
||||||
|
|||||||
Reference in New Issue
Block a user