From d7a61cfbe56ebfa1682e949e48b4d08840234d8f Mon Sep 17 00:00:00 2001
From: Tinderbox User controls {
[ inet ( ip_addr | * ) [ port ip_port ]
allow {
@@ -1047,6 +1049,16 @@
See Remote Name Daemon Control application in the section called “Administrative Tools”)
for information about configuring keys in rndc.
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 ...; ]
};
+ 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. +
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. +