mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-13 20:15:59 +01:00
add rseq syscall
This commit is contained in:
parent
83663a2cbf
commit
0cfaac072d
1 changed files with 1 additions and 0 deletions
|
@ -203,6 +203,7 @@ seccomp_enable_strict_filter(void)
|
||||||
ALLOW_RULE(recvfrom);
|
ALLOW_RULE(recvfrom);
|
||||||
ALLOW_RULE(recvmsg);
|
ALLOW_RULE(recvmsg);
|
||||||
ALLOW_RULE(restart_syscall);
|
ALLOW_RULE(restart_syscall);
|
||||||
|
ALLOW_RULE(rseq);
|
||||||
ALLOW_RULE(rt_sigaction);
|
ALLOW_RULE(rt_sigaction);
|
||||||
ALLOW_RULE(rt_sigprocmask);
|
ALLOW_RULE(rt_sigprocmask);
|
||||||
ALLOW_RULE(sendmsg);
|
ALLOW_RULE(sendmsg);
|
||||||
|
|
Loading…
Reference in a new issue