Home
last modified time | relevance | path

Searched refs:TOMOYO_MAX_PROFILES (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/security/tomoyo/
Dcommon.h63 #define TOMOYO_MAX_PROFILES 256 macro
904 struct tomoyo_profile *profile_ptr[TOMOYO_MAX_PROFILES];
Dcommon.c487 if (profile >= TOMOYO_MAX_PROFILES) in tomoyo_assign_profile()
755 for ( ; head->r.index < TOMOYO_MAX_PROFILES; in tomoyo_read_profile()
759 if (head->r.index == TOMOYO_MAX_PROFILES) { in tomoyo_read_profile()
1189 && idx < TOMOYO_MAX_PROFILES) { in tomoyo_write_domain()