transmission: add copy_file_range syscall to seccomp
authorMarius Dinu <m95d+git@psihoexpert.ro>
Sun, 23 Jul 2023 17:36:02 +0000 (20:36 +0300)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 18 Feb 2024 16:00:51 +0000 (17:00 +0100)
commitb54b3ce36f6a2b70c3127fcaa6e0fa05ebe4c8aa
tree7a464149cde73bda451a87de0eb9e3472eb25683
parent359331cb4e20afc48b081e57863c2e44042aaa35
transmission: add copy_file_range syscall to seccomp

Fixes this crash:

root@RPi3OpenWrt:/# grep -i seccomp /var/log/audit/audit.log
type=SECCOMP msg=audit(1689503903.597:16): auid=4294967295 uid=224 gid=1012 ses=4294967295 pid=1752 comm="transmission-da" exe="/usr/bin/transmission-daemon" sig=31 arch=c00000b7 syscall=285 compat=0 ip=0x7fa3b0eefc code=0x80000000
root@RPi3OpenWrt:/# ausyscall 285
copy_file_range
root@RPi3OpenWrt:/#

Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
(cherry picked from commit f0926b44f48fa04401c660b0818e74f6b654e5bc)
net/transmission/Makefile