Home
last modified time | relevance | path

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

/freebsd/tests/sys/mac/do/
H A Dconsistency.sh17 local rules exec_paths rules_es exec_paths_es
27 exec_paths=$!
32 wait $exec_paths
53 local sj rules exec_paths
81 exec_paths="/nowhere/nonexistent"
82 sysctl_set_and_check_exec_paths $exec_paths
84 sysctl_check_exec_paths $exec_paths
87 exec_paths="$MDO"
88 sysctl_set_and_check_exec_paths $exec_paths
90 sysctl_check_exec_paths $exec_paths
[all …]
H A Dcommon.sh15 echo "$1".exec_paths
/freebsd/sys/security/mac_do/
H A Dmac_do.c212 struct exec_paths { struct
214 char exec_paths[MAX_EXEC_PATHS][PATH_MAX]; argument
225 struct exec_paths exec_paths; argument
348 has_exec_paths(const struct exec_paths *const exec_paths) in has_exec_paths() argument
350 return (exec_paths->exec_paths_str[0] != '\0'); in has_exec_paths()
406 init_exec_paths(struct exec_paths *const exec_paths) in init_exec_paths() argument
408 MPASS(is_zeroed(exec_paths, sizeof(*exec_paths))); in init_exec_paths()
418 init_exec_paths(&conf->exec_paths); in new_conf()
1146 parse_exec_paths(const char *const string, struct exec_paths *const exec_paths, in parse_exec_paths() argument
1160 bcopy(string, exec_paths->exec_paths_str, len + 1); in parse_exec_paths()
[all …]