Home
last modified time | relevance | path

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

/linux/security/tomoyo/
A Dmemory.c104 if (!tomoyo_correct_word(group_name) || idx >= TOMOYO_MAX_GROUP) in tomoyo_get_group()
A Dcommon.c353 for (idx = 0; idx < TOMOYO_MAX_GROUP; idx++) in tomoyo_init_policy_namespace()
1741 static const char *tomoyo_group_name[TOMOYO_MAX_GROUP] = {
1771 for (i = 0; i < TOMOYO_MAX_GROUP; i++) in tomoyo_write_exception()
1928 while (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP && in tomoyo_read_exception()
1931 if (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP) in tomoyo_read_exception()
1933 while (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP in tomoyo_read_exception()
1936 - TOMOYO_MAX_GROUP; in tomoyo_read_exception()
A Dcommon.h204 TOMOYO_MAX_GROUP enumerator
906 struct list_head group_list[TOMOYO_MAX_GROUP];
A Dgc.c562 for (i = 0; i < TOMOYO_MAX_GROUP; i++) { in tomoyo_collect_entry()

Completed in 30 milliseconds