Searched refs:tomoyo_file_matches_pattern (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | util.c | 803 * tomoyo_file_matches_pattern - Pattern matching without '/' character. 812 static bool tomoyo_file_matches_pattern(const char *filename, in tomoyo_file_matches_pattern() function 863 if (!tomoyo_file_matches_pattern(f, f_delimiter, p, in tomoyo_path_matches_pattern2() 890 if (!tomoyo_file_matches_pattern(f, f_delimiter, p + 2, in tomoyo_path_matches_pattern2()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | util.c | 808 * tomoyo_file_matches_pattern - Pattern matching without '/' character. 817 static bool tomoyo_file_matches_pattern(const char *filename, in tomoyo_file_matches_pattern() function 868 if (!tomoyo_file_matches_pattern(f, f_delimiter, p, in tomoyo_path_matches_pattern2() 895 if (!tomoyo_file_matches_pattern(f, f_delimiter, p + 2, in tomoyo_path_matches_pattern2()
|
Completed in 4 milliseconds