judger
judger copied to clipboard
Refactor the seccomp for different OS/Language
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.
Similiar with #36