diff --git a/zathura/seccomp-filters.c b/zathura/seccomp-filters.c index ecb7fae..45786ca 100644 --- a/zathura/seccomp-filters.c +++ b/zathura/seccomp-filters.c @@ -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);