Home
last modified time | relevance | path

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

/linux-6.1.9/security/tomoyo/
Dcommon.c23 const char * const tomoyo_mac_keywords[TOMOYO_MAX_MAC_INDEX
68 [TOMOYO_MAX_MAC_INDEX + TOMOYO_MAC_CATEGORY_FILE] = "file",
69 [TOMOYO_MAX_MAC_INDEX + TOMOYO_MAC_CATEGORY_NETWORK] = "network",
70 [TOMOYO_MAX_MAC_INDEX + TOMOYO_MAC_CATEGORY_MISC] = "misc",
592 i = TOMOYO_MAX_MAC_INDEX + TOMOYO_MAX_MAC_CATEGORY_INDEX; in tomoyo_set_mode()
596 for (i = 0; i < TOMOYO_MAX_MAC_INDEX in tomoyo_set_mode()
600 if (i < TOMOYO_MAX_MAC_INDEX) { in tomoyo_set_mode()
615 if (i == TOMOYO_MAX_MAC_INDEX + TOMOYO_MAX_MAC_CATEGORY_INDEX) in tomoyo_set_mode()
651 if (i < TOMOYO_MAX_MAC_INDEX + TOMOYO_MAX_MAC_CATEGORY_INDEX) in tomoyo_set_mode()
795 for ( ; head->r.bit < TOMOYO_MAX_MAC_INDEX in tomoyo_read_profile()
[all …]
Dcommon.h366 TOMOYO_MAX_MAC_INDEX enumerator
887 u8 config[TOMOYO_MAX_MAC_INDEX + TOMOYO_MAX_MAC_CATEGORY_INDEX];
1079 extern const char * const tomoyo_mac_keywords[TOMOYO_MAX_MAC_INDEX
1085 extern const u8 tomoyo_index2category[TOMOYO_MAX_MAC_INDEX];
Dutil.c23 const u8 tomoyo_index2category[TOMOYO_MAX_MAC_INDEX] = {
1004 + TOMOYO_MAX_MAC_INDEX]; in tomoyo_get_mode()
Daudit.c335 TOMOYO_MAX_MAC_INDEX; in tomoyo_get_audit()