mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 20:33:46 +01:00
Merge branch 'develop' into 'develop'
add ERRNO for fchmodat2 See merge request pwmt/zathura!82
This commit is contained in:
commit
365521ed46
@ -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 New Issue
Block a user