mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-27 13:26:00 +01:00
Merge branch 'develop' into 'develop'
add restart syscall Closes #362 See merge request pwmt/zathura!79
This commit is contained in:
commit
6154ef7050
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