Merge branch 'develop' into 'develop'

add ERRNO for fchmodat2

See merge request pwmt/zathura!82
This commit is contained in:
Sebastian Ramacher 2023-12-03 13:13:25 +01:00
commit 365521ed46

View File

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