Home
last modified time | relevance | path

Searched refs:tomoyo_condition_keyword (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A Daudit.c123 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_FILE]; in tomoyo_filetype()
125 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_DIRECTORY]; in tomoyo_filetype()
127 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_SYMLINK]; in tomoyo_filetype()
129 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_FIFO]; in tomoyo_filetype()
131 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_SOCKET]; in tomoyo_filetype()
133 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_BLOCK_DEV]; in tomoyo_filetype()
135 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_CHAR_DEV]; in tomoyo_filetype()
H A Dcommon.c73 const char * const tomoyo_condition_keyword[TOMOYO_MAX_CONDITION_KEYWORD] = { variable
1327 tomoyo_condition_keyword[left]); in tomoyo_print_condition()
1342 tomoyo_condition_keyword[right]); in tomoyo_print_condition()
H A Dcommon.h1077 extern const char * const tomoyo_condition_keyword
H A Dcondition.c381 if (!strcmp(word, tomoyo_condition_keyword[i])) in tomoyo_condition_type()
/kernel/linux/linux-6.6/security/tomoyo/
H A Daudit.c123 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_FILE]; in tomoyo_filetype()
125 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_DIRECTORY]; in tomoyo_filetype()
127 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_SYMLINK]; in tomoyo_filetype()
129 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_FIFO]; in tomoyo_filetype()
131 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_SOCKET]; in tomoyo_filetype()
133 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_BLOCK_DEV]; in tomoyo_filetype()
135 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_CHAR_DEV]; in tomoyo_filetype()
H A Dcommon.c74 const char * const tomoyo_condition_keyword[TOMOYO_MAX_CONDITION_KEYWORD] = { variable
1319 tomoyo_condition_keyword[left]); in tomoyo_print_condition()
1334 tomoyo_condition_keyword[right]); in tomoyo_print_condition()
H A Dcondition.c381 if (!strcmp(word, tomoyo_condition_keyword[i])) in tomoyo_condition_type()
H A Dcommon.h1074 extern const char * const tomoyo_condition_keyword

Completed in 15 milliseconds