From a831e3a5ecfcba4c911915952f968766cff8bb61 Mon Sep 17 00:00:00 2001 From: Yeuoly <45712896+Yeuoly@users.noreply.github.com> Date: Sat, 14 Sep 2024 01:18:47 +0800 Subject: [PATCH] fix: requests operation not permitted amd64 (#84) --- internal/static/python_syscall/syscalls_amd64.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/static/python_syscall/syscalls_amd64.go b/internal/static/python_syscall/syscalls_amd64.go index 11addd1..c1cb1cf 100644 --- a/internal/static/python_syscall/syscalls_amd64.go +++ b/internal/static/python_syscall/syscalls_amd64.go @@ -41,6 +41,7 @@ var ALLOW_SYSCALLS = []int{ var ALLOW_ERROR_SYSCALLS = []int{ syscall.SYS_CLONE, syscall.SYS_MKDIRAT, + syscall.SYS_MKDIR, } var ALLOW_NETWORK_SYSCALLS = []int{