Home
last modified time | relevance | path

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

/linux-6.1.9/security/tomoyo/
Ddomain.c763 if (ee->r.param.path.matched_path) in tomoyo_find_next_domain()
764 candidate = ee->r.param.path.matched_path; in tomoyo_find_next_domain()
Dfile.c259 r->param.path.matched_path = in tomoyo_check_path_acl()
262 return r->param.path.matched_path != NULL; in tomoyo_check_path_acl()
Dcommon.h437 const struct tomoyo_path_info *matched_path; member