mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 20:23:49 +01:00
add missing syscall
This commit is contained in:
parent
4cecf5388d
commit
6efe9cbdcb
@ -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