mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-16 03:35:51 +01:00
add missing syscalls
This commit is contained in:
parent
7591238e0c
commit
3afc3a3e75
1 changed files with 2 additions and 0 deletions
|
@ -163,8 +163,10 @@ seccomp_enable_strict_filter(void)
|
||||||
ALLOW_RULE(getgid);
|
ALLOW_RULE(getgid);
|
||||||
ALLOW_RULE(getuid);
|
ALLOW_RULE(getuid);
|
||||||
ALLOW_RULE(getpid);
|
ALLOW_RULE(getpid);
|
||||||
|
ALLOW_RULE(getppid);
|
||||||
ALLOW_RULE(gettid);
|
ALLOW_RULE(gettid);
|
||||||
/* ALLOW_RULE (getpeername); */
|
/* ALLOW_RULE (getpeername); */
|
||||||
|
ALLOW_RULE(getrandom);
|
||||||
ALLOW_RULE(getresgid);
|
ALLOW_RULE(getresgid);
|
||||||
ALLOW_RULE(getresuid);
|
ALLOW_RULE(getresuid);
|
||||||
ALLOW_RULE(getrlimit);
|
ALLOW_RULE(getrlimit);
|
||||||
|
|
Loading…
Reference in a new issue