mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-13 06:46:01 +01:00
Merge branch 'develop' into 'develop'
add ERRNO for fchmodat2 See merge request pwmt/zathura!82
This commit is contained in:
commit
365521ed46
1 changed files with 4 additions and 0 deletions
|
@ -342,6 +342,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