Home
last modified time | relevance | path

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

/linux-6.1.9/security/tomoyo/
Denviron.c24 return tomoyo_path_matches_pattern(r->param.environ.name, acl->env); in tomoyo_check_env_acl()
Dgroup.c140 if (!tomoyo_path_matches_pattern(pathname, member->member_name)) in tomoyo_path_matches_group()
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()
Dutil.c937 bool tomoyo_path_matches_pattern(const struct tomoyo_path_info *filename, in tomoyo_path_matches_pattern() function
Ddomain.c743 !tomoyo_path_matches_pattern(&exename, in tomoyo_find_next_domain()
Dcommon.h950 bool tomoyo_path_matches_pattern(const struct tomoyo_path_info *filename,
Dfile.c87 if (tomoyo_path_matches_pattern(name, ptr->filename)) in tomoyo_compare_name_union()