diff --git a/zathura/seccomp-filters.c b/zathura/seccomp-filters.c index d5ef257..04d77d3 100644 --- a/zathura/seccomp-filters.c +++ b/zathura/seccomp-filters.c @@ -203,6 +203,7 @@ seccomp_enable_strict_filter(void) ALLOW_RULE(recvfrom); ALLOW_RULE(recvmsg); ALLOW_RULE(restart_syscall); + ALLOW_RULE(rseq); ALLOW_RULE(rt_sigaction); ALLOW_RULE(rt_sigprocmask); ALLOW_RULE(sendmsg);