Home
last modified time | relevance | path

Searched refs:rules_string (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/security/mac_do/
H A Dmac_do.c1492 parse_and_set_conf(struct prison *const pr, const char *const rules_string, in parse_and_set_conf() argument
1500 (rules_string != NULL && exec_paths_string != NULL), in parse_and_set_conf()
1503 if (rules_string != NULL) { in parse_and_set_conf()
1504 error = parse_rules(rules_string, &conf->rules, parse_error); in parse_and_set_conf()
1539 parse_and_commit_conf(struct prison *const pr, const char *const rules_string, in parse_and_commit_conf() argument
1546 error = parse_and_set_conf(pr, rules_string, exec_paths_string, in parse_and_commit_conf()
1701 char *rules_string, *exec_paths_string; in mac_do_jail_check() local
1728 error = vfs_getopt(opts, "mac.do.rules", (void **)&rules_string, in mac_do_jail_check()
1731 rules_string = NULL; in mac_do_jail_check()
1735 if (rules_size == 0 || rules_string[rules_size - 1] != '\0') { in mac_do_jail_check()
[all …]