diff --git a/zathura/seccomp-filters.c b/zathura/seccomp-filters.c index 6c5a9ea..96d98ab 100644 --- a/zathura/seccomp-filters.c +++ b/zathura/seccomp-filters.c @@ -343,6 +343,10 @@ seccomp_enable_strict_filter(zathura_t* zathura) #ifdef __NR_readfile ERRNO_RULE(readfile); #endif +#ifdef __NR_fchmodat2 + ERRNO_RULE(fchmodat2); +#endif +