Home
last modified time | relevance | path

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

/linux-6.1.9/security/tomoyo/
Dgroup.c158 bool tomoyo_number_matches_group(const unsigned long min, in tomoyo_number_matches_group() function
Dcommon.h941 bool tomoyo_number_matches_group(const unsigned long min,
Dcondition.c1073 if (tomoyo_number_matches_group(min_v[0], in tomoyo_condition()
Dfile.c116 return tomoyo_number_matches_group(value, value, ptr->group); in tomoyo_compare_number_union()