From d7a61cfbe56ebfa1682e949e48b4d08840234d8f Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Thu, 12 Nov 2015 01:04:13 +0000 Subject: [PATCH] regen master --- doc/arm/Bv9ARM.ch06.html | 16 ++++++++++++++-- doc/arm/Bv9ARM.ch09.html | 6 ++++++ doc/arm/notes.html | 6 ++++++ 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/doc/arm/Bv9ARM.ch06.html b/doc/arm/Bv9ARM.ch06.html index 26f29d3c10..fadf671186 100644 --- a/doc/arm/Bv9ARM.ch06.html +++ b/doc/arm/Bv9ARM.ch06.html @@ -983,10 +983,12 @@
controls {
    [ inet ( ip_addr | * ) [ port ip_port ]
                 allow {  address_match_list  }
-                keys { key_list }; ]
+                [ keys { key_list } ]
+                [ read-only yes_or_no ] ; ]
    [ inet ...; ]
    [ unix path perm number owner number group number
-     keys { key_list }; ]
+                [ keys { key_list } ]
+                [ read-only yes_or_no ] ; ]
    [ unix ...; ]
 };
 
@@ -1047,6 +1049,16 @@ See Remote Name Daemon Control application in the section called “Administrative Tools”) for information about configuring keys in rndc.

+

+ If the read-only clause is enabled, the + control channel is limited to the following set of read-only + commands: nta -dump, + null, status, + showzone, testgen, and + zonestatus. By default, + read-only is not enabled and the control + channel allows read-write access. +

If no controls statement is present, named will set up a default diff --git a/doc/arm/Bv9ARM.ch09.html b/doc/arm/Bv9ARM.ch09.html index abc6e70525..81e3bbf0a7 100644 --- a/doc/arm/Bv9ARM.ch09.html +++ b/doc/arm/Bv9ARM.ch09.html @@ -485,6 +485,12 @@ results in larger responses, but reduces CPU consumption and may improve throughput. The default is yes.

+
  • + A "read-only" clause is now available for non-destructive + control channel access. In such cases, a restricted set of + rndc commands are allowed for querying information from named. + By default, control channel access is read-write. +

  • diff --git a/doc/arm/notes.html b/doc/arm/notes.html index 492bc2cd8b..b319a358d6 100644 --- a/doc/arm/notes.html +++ b/doc/arm/notes.html @@ -446,6 +446,12 @@ results in larger responses, but reduces CPU consumption and may improve throughput. The default is yes.

    +
  • + A "read-only" clause is now available for non-destructive + control channel access. In such cases, a restricted set of + rndc commands are allowed for querying information from named. + By default, control channel access is read-write. +