fix: ubuntu's python3 requires dup

This commit is contained in:
Paul Pan 2024-01-30 19:56:26 +08:00
parent 3768f36a2f
commit ed1bbfd893

View File

@ -4,9 +4,10 @@
void setup_lang_python(scmp_filter_ctx ctx) {
int white[] = {
SCMP_SYS(rt_sigaction), // 13
SCMP_SYS(rt_sigprocmask), // 14
SCMP_SYS(rt_sigaction), // 13
SCMP_SYS(rt_sigprocmask), // 14
SCMP_SYS(ioctl), // 16
SCMP_SYS(dup), // 32
SCMP_SYS(fcntl), // 72
SCMP_SYS(getcwd), // 79
SCMP_SYS(readlink), // 89