]> git.ipfire.org Git - thirdparty/bind9.git/commit
Translate POSIX errorcode EROFS to ISC_R_NOPERM
authorMidnight Veil <midnightveil@fea.st>
Thu, 8 Jun 2023 07:11:37 +0000 (17:11 +1000)
committerTony Finch <fanf@isc.org>
Wed, 14 Jun 2023 12:48:25 +0000 (13:48 +0100)
commit5172f4c32a7284fc2eb5380f4a147b9d3db01bf3
tree58df1dfd66ba70b47a35681ebe725c5cddde2838
parent025110b07a4dc0ce751fbafca895fd21bdf20747
Translate POSIX errorcode EROFS to ISC_R_NOPERM

Report "permission denied" instead of "unexpected error"
when trying to update a zone file on a read-only file system.

(cherry picked from commit dd6acc1cac3b0df8770641839fe0d000f4db611d)
lib/isc/errno2result.c