transmission: add syscalls needed on PPC to seccomp rules
authorDaniel Golle <daniel@makrotopia.org>
Wed, 6 Jan 2021 22:16:27 +0000 (22:16 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 6 Jan 2021 22:17:40 +0000 (22:17 +0000)
Add fadvise64_64 and fchmod syscalls needed on PowerPC platforms to
seccomp rules of transmission-daemon.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
net/transmission/Makefile
net/transmission/files/transmission-daemon.json

index d6fa8ada68739a76429df3cf1b683397ab56f3ca..255ad8cfc012a3cff8f963880cdb5ef0cd45a35d 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=transmission
 PKG_VERSION:=3.00
-PKG_RELEASE:=10
+PKG_RELEASE:=11
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GITHUB/transmission/transmission-releases/master
index f869ac808834ed12cb01f5ebcce56adc5366838a..e7cf1dd530c63ecc086d15487a8272c44153c244 100644 (file)
@@ -19,7 +19,9 @@
                                "exit",
                                "exit_group",
                                "fadvise64",
+                               "fadvise64_64",
                                "fallocate",
+                               "fchmod",
                                "fcntl",
                                "fcntl64",
                                "fstat",