Home
last modified time | relevance | path

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

/linux/security/tomoyo/
H A Denviron.c24 return tomoyo_path_matches_pattern(r->param.environ.name, acl->env); in tomoyo_check_env_acl()
H A Dgroup.c140 if (!tomoyo_path_matches_pattern(pathname, member->member_name)) in tomoyo_path_matches_group()
H A Dcondition.c40 result = tomoyo_path_matches_pattern(&arg, argv->value); in tomoyo_argv()
75 if (!tomoyo_path_matches_pattern(&name, envp->name)) in tomoyo_envp()
79 result = tomoyo_path_matches_pattern(&value, in tomoyo_envp()
H A Dutil.c912 * tomoyo_path_matches_pattern - Check whether the given filename matches the given pattern.
937 bool tomoyo_path_matches_pattern(const struct tomoyo_path_info *filename, in tomoyo_path_matches_pattern() function
H A Ddomain.c753 !tomoyo_path_matches_pattern(&exename, in tomoyo_find_next_domain()
H A Dfile.c87 if (tomoyo_path_matches_pattern(name, ptr->filename)) in tomoyo_compare_name_union()