Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/tomoyo/
Dutil.c435 static bool tomoyo_correct_word2(const char *string, size_t len) in tomoyo_correct_word2() function
515 return tomoyo_correct_word2(string, strlen(string)); in tomoyo_correct_word()
531 return cp1 && (!cp2 || (cp1 < cp2)) && tomoyo_correct_word2(filename, len); in tomoyo_correct_path2()
593 !tomoyo_correct_word2(buffer + 1, len - 2)) in tomoyo_domain_def()