mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 22:33:46 +01:00
add missing syscalls
This commit is contained in:
parent
7591238e0c
commit
3afc3a3e75
@ -163,8 +163,10 @@ seccomp_enable_strict_filter(void)
|
||||
ALLOW_RULE(getgid);
|
||||
ALLOW_RULE(getuid);
|
||||
ALLOW_RULE(getpid);
|
||||
ALLOW_RULE(getppid);
|
||||
ALLOW_RULE(gettid);
|
||||
/* ALLOW_RULE (getpeername); */
|
||||
ALLOW_RULE(getrandom);
|
||||
ALLOW_RULE(getresgid);
|
||||
ALLOW_RULE(getresuid);
|
||||
ALLOW_RULE(getrlimit);
|
||||
|
Loading…
Reference in New Issue
Block a user