mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-27 13:26:00 +01:00
add restart syscall
This commit is contained in:
parent
df4c432895
commit
1a9b17f2b5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue