diff --git a/rules/lang_python.c b/rules/lang_python.c index 3e38546..5b8e734 100644 --- a/rules/lang_python.c +++ b/rules/lang_python.c @@ -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