Skip to content

add ERRNO for fchmodat2

valoq requested to merge valoq/zathura:develop into develop

Linux kernel 6.6 will add the fchmodat2 syscall as a new variant of fchmodat which is already in use by zathura.

This MR will avoid hard sandbox fails in case dependencies switch over to the new system call.

Merge request reports