Searched refs:tomoyo_path_matches_pattern (Results 1 – 6 of 6) sorted by relevance
24 return tomoyo_path_matches_pattern(r->param.environ.name, acl->env); in tomoyo_check_env_acl()
140 if (!tomoyo_path_matches_pattern(pathname, member->member_name)) in tomoyo_path_matches_group()
40 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()
912 * 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
753 !tomoyo_path_matches_pattern(&exename, in tomoyo_find_next_domain()
87 if (tomoyo_path_matches_pattern(name, ptr->filename)) in tomoyo_compare_name_union()