Home
last modified time | relevance | path

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

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