mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
transmission: add syscalls needed on PPC to seccomp rules
Add fadvise64_64 and fchmod syscalls needed on PowerPC platforms to seccomp rules of transmission-daemon. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
"exit",
|
||||
"exit_group",
|
||||
"fadvise64",
|
||||
"fadvise64_64",
|
||||
"fallocate",
|
||||
"fchmod",
|
||||
"fcntl",
|
||||
"fcntl64",
|
||||
"fstat",
|
||||
|
||||
Reference in New Issue
Block a user