judger icon indicating copy to clipboard operation
judger copied to clipboard

Refactor the seccomp for different OS/Language

Open akamya997 opened this issue 2 years ago • 1 comments

Currently, we use seccomp to prevent programs from using unexpected system calls. But when it comes to a different OS(even between ubuntu 20.04 & 22.04), a fixed white list can not work any more. Some similar problems may appear when it comes to different languages(like Python). So it is necessary to refactor the implementation of seccomp, so that it can be used on different OS and programming language.

akamya997 avatar May 09 '23 03:05 akamya997

Similiar with #36

slhmy avatar Sep 12 '23 14:09 slhmy