diff --git a/src/main.cpp b/src/main.cpp index 553c8e6..033771c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -78,6 +78,7 @@ static bool enableSecurity() { seccomp_rule_add(scmp, SCMP_ACT_ALLOW, SCMP_SYS(preadv2), 0); seccomp_rule_add(scmp, SCMP_ACT_ALLOW, SCMP_SYS(restart_syscall), 0); + seccomp_rule_add(scmp, SCMP_ACT_ALLOW, SCMP_SYS(futex), 0); //apply seccomp int err = seccomp_load(scmp);