Home
last modified time | relevance | path

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

/security/tomoyo/
Dcommon.h62 #define TOMOYO_MAX_ACL_GROUPS 256 macro
906 struct list_head acl_group[TOMOYO_MAX_ACL_GROUPS];
Dcommon.c346 for (idx = 0; idx < TOMOYO_MAX_ACL_GROUPS; idx++) in tomoyo_init_policy_namespace()
1188 && profile < TOMOYO_MAX_ACL_GROUPS) { in tomoyo_write_domain()
1736 if (group < TOMOYO_MAX_ACL_GROUPS && *data++ == ' ') in tomoyo_write_exception()
1884 + TOMOYO_MAX_ACL_GROUPS) { in tomoyo_read_exception()
Dgc.c530 for (i = 0; i < TOMOYO_MAX_ACL_GROUPS; i++) in tomoyo_collect_entry()