Searched refs:exec_paths_string (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/security/mac_do/ |
| H A D | mac_do.c | 1493 const char *const exec_paths_string, const struct conf *const model_conf, in parse_and_set_conf() argument 1500 (rules_string != NULL && exec_paths_string != NULL), in parse_and_set_conf() 1511 if (exec_paths_string != NULL) { in parse_and_set_conf() 1512 error = parse_exec_paths(exec_paths_string, &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() 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 1748 (void **)&exec_paths_string, &exec_paths_size); in mac_do_jail_check() 1750 exec_paths_string = NULL; in mac_do_jail_check() 1755 exec_paths_string[exec_paths_size - 1] != '\0') { in mac_do_jail_check() [all …]
|