Eu vi esta orientação em um tópico intitulado: BIND-9.10.2-P4: Não é possível usar em vista para se referir a definições de zona RPZ: "'$ RPZ_ZONE' não é uma zona mestre ou escrava" que tinha essa sugestão / orientação:
If you remove the
"allow-update { any; };"
named doesn't treat the file as writeable. It's not file permissions. It's whether named will potentially update the file itself or not.
Eu tentaria remover isso da visualização A.
zone "foo.tld" in {
type master;
# allow-update {
# key "some.key.id";
# };
file "pri/pri.foo.tld";
};