4885. [security] update-policy rules that otherwise ignore the name

field now require that it be set to "." to ensure
                        that any type list present is properly interpreted.
                        [RT #47126]
This commit is contained in:
Mark Andrews
2018-02-07 13:34:02 +11:00
parent b3fc795f4d
commit ec771bbdc8
29 changed files with 306 additions and 62 deletions

View File

@@ -0,0 +1,7 @@
zone "example.com" {
type master;
file "example.com.db";
update-policy {
grant * selfsub TXT;
};
};