Home
last modified time | relevance | path

Searched refs:TOMOYO_MAX_PROFILES (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.h63 #define TOMOYO_MAX_PROFILES 256 macro
904 struct tomoyo_profile *profile_ptr[TOMOYO_MAX_PROFILES];
H A Dcommon.c496 if (profile >= TOMOYO_MAX_PROFILES) in tomoyo_assign_profile()
764 for ( ; head->r.index < TOMOYO_MAX_PROFILES; in tomoyo_read_profile()
768 if (head->r.index == TOMOYO_MAX_PROFILES) { in tomoyo_read_profile()
1198 && idx < TOMOYO_MAX_PROFILES) { in tomoyo_write_domain()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.h63 #define TOMOYO_MAX_PROFILES 256 macro
904 struct tomoyo_profile *profile_ptr[TOMOYO_MAX_PROFILES];
H A Dcommon.c488 if (profile >= TOMOYO_MAX_PROFILES) in tomoyo_assign_profile()
756 for ( ; head->r.index < TOMOYO_MAX_PROFILES; in tomoyo_read_profile()
760 if (head->r.index == TOMOYO_MAX_PROFILES) { in tomoyo_read_profile()
1190 && idx < TOMOYO_MAX_PROFILES) { in tomoyo_write_domain()

Completed in 11 milliseconds