mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-13 20:36:02 +01:00
Merge branch 'master' into 'develop'
Add rseq syscall to strict sandbox mode See merge request pwmt/zathura!51
This commit is contained in:
commit
87989da708
1 changed files with 1 additions and 0 deletions
|
@ -203,6 +203,7 @@ seccomp_enable_strict_filter(void)
|
|||
ALLOW_RULE(recvfrom);
|
||||
ALLOW_RULE(recvmsg);
|
||||
ALLOW_RULE(restart_syscall);
|
||||
ALLOW_RULE(rseq);
|
||||
ALLOW_RULE(rt_sigaction);
|
||||
ALLOW_RULE(rt_sigprocmask);
|
||||
ALLOW_RULE(sendmsg);
|
||||
|
|
Loading…
Reference in a new issue