add ERRNO for fchmodat2

This commit is contained in:
valoq 2023-09-18 20:08:15 +02:00
parent 9ab68dd1ee
commit c8ae0291ae
Failed to generate hash of commit

View file

@ -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