Files
wehub-resource-sync f36e2104d8
tests / ragflow_tests_infinity (push) Has been cancelled
tests / ragflow_tests_elasticsearch (push) Has been cancelled
sep-tests / ragflow_preflight (push) Has been cancelled
sep-tests / ragflow_tests_infinity (push) Has been cancelled
sep-tests / ragflow_tests_elasticsearch (push) Has been cancelled
tests / ragflow_preflight (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:16:49 +08:00

56 lines
970 B
JSON

{
"defaultAction": "SCMP_ACT_ERRNO",
"archMap": [
{
"architecture": "SCMP_ARCH_X86_64",
"subArchitectures": [
"SCMP_ARCH_X86",
"SCMP_ARCH_X32"
]
}
],
"syscalls": [
{
"names": [
"read",
"write",
"exit",
"sigreturn",
"brk",
"mmap",
"munmap",
"rt_sigaction",
"rt_sigprocmask",
"futex",
"clone",
"execve",
"arch_prctl",
"access",
"openat",
"close",
"stat",
"fstat",
"lstat",
"getpid",
"gettid",
"getuid",
"getgid",
"geteuid",
"getegid",
"clock_gettime",
"nanosleep",
"uname",
"writev",
"readlink",
"getrandom",
"statx",
"faccessat2",
"pread64",
"pwrite64",
"rt_sigreturn"
],
"action": "SCMP_ACT_ALLOW"
}
]
}