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:
7
bin/tests/system/checkconf/bad-update-policy2.conf
Normal file
7
bin/tests/system/checkconf/bad-update-policy2.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
zone "example.com" {
|
||||
type master;
|
||||
file "example.com.db";
|
||||
update-policy {
|
||||
grant * selfsub TXT;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user