transmission: update seccomp config file
authorRen Zongjia <acooler15@foxmail.com>
Wed, 13 Oct 2021 00:49:34 +0000 (08:49 +0800)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 28 Oct 2021 15:31:30 +0000 (16:31 +0100)
Add missing syscalls found using utrace.

Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
net/transmission/files/transmission-daemon.json

index 7621c4021225fd4702e0aacabae77b1919831538..41c3a7d865300752f8071ee82a917979f0d1c242 100644 (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",
                                "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",
                                "shutdown",
                                "sigreturn",
                                "socket",
+                               "socketpair",
                                "stat",
-                               "statx",
                                "stat64",
-                               "socketpair",
+                               "statfs",
+                               "statfs64",
+                               "statx",
                                "umask",
                                "uname",
                                "unlink",
-                               "statfs64",
-                               "umask",
+                               "unlinkat",
                                "write",
                                "writev"
                        ],