Home
last modified time | relevance | path

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

/freebsd/sys/security/mac_do/
H A Dmac_do.c213 char exec_paths_str[MAX_EXEC_PATHS_SIZE]; member
350 return (exec_paths->exec_paths_str[0] != '\0'); in has_exec_paths()
1160 bcopy(string, exec_paths->exec_paths_str, len + 1); in parse_exec_paths()
1161 MPASS(exec_paths->exec_paths_str[len] == '\0'); in parse_exec_paths()
1421 strlcpy(conf->exec_paths.exec_paths_str, mdo_path, in new_default_conf()
1472 strlcpy(dst->exec_paths_str, src->exec_paths_str, in clone_exec_paths()
1473 sizeof(dst->exec_paths_str)); in clone_exec_paths()
1619 strlcpy(buf, conf->exec_paths.exec_paths_str, MAX_EXEC_PATHS_SIZE); in mac_do_sysctl_exec_paths()
1676 exec_paths->exec_paths_str); in mac_do_jail_get()
1879 if (strcmp(model_conf->exec_paths.exec_paths_str, in mac_do_jail_set()
[all …]