Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
519 * tomoyo_correct_path2 - Check whether the given pathname follows the naming rules.
526 static bool tomoyo_correct_path2(const char *filename, const size_t len) in tomoyo_correct_path2() function
544 return tomoyo_correct_path2(filename, strlen(filename)); in tomoyo_correct_path()
566 if (!tomoyo_correct_path2(domainname, cp - domainname)) in tomoyo_correct_domain()
/kernel/linux/linux-6.6/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()
524 * tomoyo_correct_path2 - Check whether the given pathname follows the naming rules.
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()

Completed in 3 milliseconds