Lines Matching defs:policy
1622 check_update_policy(const cfg_obj_t *policy, isc_log_t *logctx) {
1631 /* Check for "update-policy local;" */
1632 if (cfg_obj_isstring(policy) &&
1633 strcmp("local", cfg_obj_asstring(policy)) == 0)
1636 /* Now check the grant policy */
1637 for (element = cfg_list_first(policy);
2052 * Master zones can't have both "allow-update" and "update-policy".
2063 res2 = cfg_map_get(zoptions, "update-policy", &obj);
2067 "when 'update-policy' is present",
3158 * Check that the response-policy and catalog-zones options
3163 if (cfg_map_get(opts, "response-policy", &obj) == ISC_R_SUCCESS
3164 && check_rpz_catz("response-policy zone", obj,