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>
This commit is contained in:
Ren Zongjia 2021-10-13 08:49:34 +08:00 committed by Daniel Golle
parent f9ea814260
commit 1a5d35dd7b
1 changed files with 15 additions and 5 deletions

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",
"stat",
"statx",
"stat64",
"socketpair",
"stat",
"stat64",
"statfs",
"statfs64",
"statx",
"umask",
"uname",
"unlink",
"statfs64",
"umask",
"unlinkat",
"write",
"writev"
],