add restart syscall

This commit is contained in:
valoq 2023-07-27 18:00:25 +02:00
parent df4c432895
commit 1a9b17f2b5
No known key found for this signature in database
GPG Key ID: 19F09A0FB865CBD8

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);