Home
last modified time | relevance | path

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

/security/tomoyo/
Dgroup.c150 bool tomoyo_number_matches_group(const unsigned long min, in tomoyo_number_matches_group() function
Dcommon.h930 bool tomoyo_number_matches_group(const unsigned long min,
Dcondition.c1045 if (tomoyo_number_matches_group(min_v[0], in tomoyo_condition()
Dfile.c115 return tomoyo_number_matches_group(value, value, ptr->group); in tomoyo_compare_number_union()