mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 20:33:46 +01:00
add restart syscall
This commit is contained in:
parent
df4c432895
commit
1a9b17f2b5
@ -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 New Issue
Block a user