mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 06:06:00 +01:00
Merge branch 'master' into 'develop'
add missing syscall See merge request pwmt/zathura!15
This commit is contained in:
commit
9ed157ef3b
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ seccomp_enable_strict_filter(void)
|
|||
ALLOW_RULE(ftruncate);
|
||||
ALLOW_RULE(futex);
|
||||
ALLOW_RULE(getdents);
|
||||
ALLOW_RULE(getdents64);
|
||||
ALLOW_RULE(getegid);
|
||||
ALLOW_RULE(geteuid);
|
||||
ALLOW_RULE(getgid);
|
||||
|
|
Loading…
Reference in a new issue