Merge branch 'develop' into 'develop'

add restart syscall

Closes #362

See merge request pwmt/zathura!79
This commit is contained in:
Sebastian Ramacher 2023-07-27 18:33:11 +02:00
commit 6154ef7050

View File

@ -219,7 +219,7 @@ seccomp_enable_strict_filter(zathura_t* zathura)
ALLOW_RULE(readlink); /* readlinkat */
/* ALLOW_RULE(recvfrom); X11 only */
ALLOW_RULE(recvmsg);
/* ALLOW_RULE(restart_syscall); used by the kernel only */
ALLOW_RULE(restart_syscall); /* required for wakeup from suspense */
ALLOW_RULE(rseq);
ALLOW_RULE(rt_sigaction);
ALLOW_RULE(rt_sigprocmask);