Skip to content

Commit

Permalink
fix: requests operation not permitted amd64 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly authored Sep 13, 2024
1 parent eaa41f3 commit a831e3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/static/python_syscall/syscalls_amd64.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit a831e3a

Please sign in to comment.