From: Mark Andrews Date: Thu, 3 Dec 2009 04:34:42 +0000 (+0000) Subject: 2601. [doc] Mention file creation mode mask in the X-Git-Tag: v9.5.2-P1~1^9~8 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=663d561df0726b95e4be42b1ec226a5a00c14f87;p=thirdparty%2Fbind9.git 2601. [doc] Mention file creation mode mask in the named manual page. --- diff --git a/CHANGES b/CHANGES index fb7e911a34e..504d28502e6 100644 --- a/CHANGES +++ b/CHANGES @@ -106,6 +106,9 @@ 2659. [doc] Clarify dnssec-keygen doc: key name must match zone name for DNSSEC keys. [RT #19938] +2601. [doc] Mention file creation mode mask in the + named manual page. + 2533. [doc] ARM: document @ (at-sign). [RT #17144] --- 9.5.2 released --- diff --git a/bin/named/named.docbook b/bin/named/named.docbook index b60aa5822f7..498826e958c 100644 --- a/bin/named/named.docbook +++ b/bin/named/named.docbook @@ -18,10 +18,10 @@ - PERFORMANCE OF THIS SOFTWARE. --> - + - June 30, 2000 + May 21, 2009 @@ -364,6 +364,16 @@ in the BIND 9 Administrator Reference Manual. + + + named inherits the umask + (file creation mode mask) from the parent process. If files + created by named, such as journal files, + need to have custom permissions, the umask + should be set explicitly in the script used to start the + named process. + +