diff --git a/zathura/seccomp-filters.c b/zathura/seccomp-filters.c index 4900d8b..8e4bb7f 100644 --- a/zathura/seccomp-filters.c +++ b/zathura/seccomp-filters.c @@ -342,6 +342,10 @@ seccomp_enable_strict_filter(zathura_t* zathura) #ifdef __NR_readfile ERRNO_RULE(readfile); #endif +#ifdef __NR_fchmodat2 + ERRNO_RULE(fchmodat2); +#endif +