Searched refs:TOMOYO_MAX_ACL_GROUPS (Results 1 – 3 of 3) sorted by relevance
63 #define TOMOYO_MAX_ACL_GROUPS 256 macro906 struct list_head acl_group[TOMOYO_MAX_ACL_GROUPS];
347 for (idx = 0; idx < TOMOYO_MAX_ACL_GROUPS; idx++) in tomoyo_init_policy_namespace()1177 && profile < TOMOYO_MAX_ACL_GROUPS) { in tomoyo_write_domain()1725 if (group < TOMOYO_MAX_ACL_GROUPS && *data++ == ' ') in tomoyo_write_exception()1873 + TOMOYO_MAX_ACL_GROUPS) { in tomoyo_read_exception()
531 for (i = 0; i < TOMOYO_MAX_ACL_GROUPS; i++) in tomoyo_collect_entry()