Browse Source

transmission: update seccomp config file

Add missing syscalls found using utrace.

Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Ren Zongjia 3 years ago
committed by Daniel Golle
parent
commit
1a5d35dd7b
1 changed files with 14 additions and 4 deletions
  1. +14
    -4
      net/transmission/files/transmission-daemon.json

+ 14
- 4
net/transmission/files/transmission-daemon.json View File

@ -19,6 +19,7 @@
"epoll_pwait",
"exit",
"exit_group",
"faccessat",
"fadvise64",
"fadvise64_64",
"fallocate",
@ -31,6 +32,7 @@
"futex",
"getdents64",
"getegid32",
"getenv",
"geteuid32",
"getgid32",
"getpeername",
@ -47,26 +49,33 @@
"madvise",
"membarrier",
"mkdir",
"mkdirat",
"mmap",
"mmap2",
"mprotect",
"mremap",
"munmap",
"nanosleep",
"newfstatat",
"_newselect",
"open",
"openat",
"pipe",
"pipe2",
"poll",
"ppoll",
"pread64",
"prlimit64",
"pselect6",
"pwrite64",
"quotactl",
"read",
"readlink",
"readlinkat",
"readv",
"recvfrom",
"rename",
"renameat",
"rmdir",
"rt_sigaction",
"rt_sigprocmask",
@ -77,15 +86,16 @@
"shutdown",
"sigreturn",
"socket",
"socketpair",
"stat",
"statx",
"stat64",
"socketpair",
"statfs",
"statfs64",
"statx",
"umask",
"uname",
"unlink",
"statfs64",
"umask",
"unlinkat",
"write",
"writev"
],


Loading…
Cancel
Save