mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 18:03:47 +01:00
Merge branch 'master' into 'develop'
add missing syscall See merge request pwmt/zathura!15
This commit is contained in:
commit
9ed157ef3b
@ -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 New Issue
Block a user