mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 04:26:01 +01:00
add ERRNO for fchmodat2
This commit is contained in:
parent
9ab68dd1ee
commit
c8ae0291ae
1 changed files with 4 additions and 0 deletions
|
@ -343,6 +343,10 @@ seccomp_enable_strict_filter(zathura_t* zathura)
|
||||||
#ifdef __NR_readfile
|
#ifdef __NR_readfile
|
||||||
ERRNO_RULE(readfile);
|
ERRNO_RULE(readfile);
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef __NR_fchmodat2
|
||||||
|
ERRNO_RULE(fchmodat2);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue