mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-26 23:19:28 +01:00
Merge branch 'master' into 'develop'
Add epoll_create1 syscall for copy See merge request pwmt/zathura!58
This commit is contained in:
commit
9930e031c5
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ seccomp_enable_strict_filter(zathura_t* zathura)
|
|||
ALLOW_RULE(exit);
|
||||
ALLOW_RULE(exit_group);
|
||||
ALLOW_RULE(epoll_create);
|
||||
ALLOW_RULE(epoll_create1);
|
||||
ALLOW_RULE(epoll_ctl);
|
||||
ALLOW_RULE(fadvise64);
|
||||
ALLOW_RULE(fallocate);
|
||||
|
|
Loading…
Reference in a new issue