Home
last modified time | relevance | path

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

/Linux-v5.4/security/tomoyo/
Dcommon.h66 #define TOMOYO_MAX_ACL_GROUPS 256 macro
688 unsigned long group[TOMOYO_MAX_ACL_GROUPS / BITS_PER_LONG];
910 struct list_head acl_group[TOMOYO_MAX_ACL_GROUPS];
Ddomain.c180 for (; i < TOMOYO_MAX_ACL_GROUPS; i++) { in tomoyo_check_acl()
594 for (i = 0; i < TOMOYO_MAX_ACL_GROUPS; i++) in tomoyo_assign_domain()
Dcommon.c351 for (idx = 0; idx < TOMOYO_MAX_ACL_GROUPS; idx++) in tomoyo_init_policy_namespace()
1203 && idx < TOMOYO_MAX_ACL_GROUPS) { in tomoyo_write_domain()
1642 while (head->r.index < TOMOYO_MAX_ACL_GROUPS) { in tomoyo_read_domain()
1777 if (group < TOMOYO_MAX_ACL_GROUPS && *data++ == ' ') in tomoyo_write_exception()
1932 + TOMOYO_MAX_ACL_GROUPS) { in tomoyo_read_exception()
Dgc.c546 for (i = 0; i < TOMOYO_MAX_ACL_GROUPS; i++) in tomoyo_collect_entry()