Home
last modified time | relevance | path

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

/openbmc/linux/security/tomoyo/
H A Dutil.c146 static bool tomoyo_correct_path2(const char *filename, const size_t len);
163 tomoyo_correct_path2(pos, strchrnul(pos, ' ') - pos)) in tomoyo_get_domainname()
531 static bool tomoyo_correct_path2(const char *filename, const size_t len) in tomoyo_correct_path2() function
549 return tomoyo_correct_path2(filename, strlen(filename)); in tomoyo_correct_path()
571 if (!tomoyo_correct_path2(domainname, cp - domainname)) in tomoyo_correct_domain()