Searched refs:model_conf (Results 1 – 1 of 1) sorted by relevance
1493 const char *const exec_paths_string, const struct conf *const model_conf, in parse_and_set_conf() argument1499 KASSERT(model_conf != NULL || in parse_and_set_conf()1509 clone_rules(&conf->rules, &model_conf->rules); in parse_and_set_conf()1518 &model_conf->exec_paths); in parse_and_set_conf()1540 const char *const exec_paths_string, const struct conf *const model_conf, in parse_and_commit_conf() argument1547 model_conf, &old_conf, parse_error); in parse_and_commit_conf()1829 struct conf *model_conf; in mac_do_jail_set() local1869 model_conf = find_conf_locked(pr->pr_parent, NULL); in mac_do_jail_set()1870 if (strcmp(model_conf->rules.string, rules_string) in mac_do_jail_set()1877 model_conf->rules.string); in mac_do_jail_set()[all …]