Skip to content

Commit

Permalink
executors/GO: allow sys_pidfd_open and sys_pidfd_send_signal
Browse files Browse the repository at this point in the history
  • Loading branch information
hieplpvip committed Sep 16, 2024
1 parent 0f8c642 commit 6cf5171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmoj/executors/GO.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Executor(CompiledExecutor):
address_grace = 786432
command = 'go'
syscalls = ['mincore', 'mlock', 'setrlimit']
compiler_syscalls = ['copy_file_range', 'setrlimit']
compiler_syscalls = ['copy_file_range', 'setrlimit', 'pidfd_open', 'pidfd_send_signal']
test_name = 'echo'
test_program = """\
package main
Expand Down

0 comments on commit 6cf5171

Please sign in to comment.