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

/linux-4.4.14/security/tomoyo/
H A Daudit.c120 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_FILE]; tomoyo_filetype()
122 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_DIRECTORY]; tomoyo_filetype()
124 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_SYMLINK]; tomoyo_filetype()
126 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_FIFO]; tomoyo_filetype()
128 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_SOCKET]; tomoyo_filetype()
130 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_BLOCK_DEV]; tomoyo_filetype()
132 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_CHAR_DEV]; tomoyo_filetype()
H A Dcommon.c72 const char * const tomoyo_condition_keyword[TOMOYO_MAX_CONDITION_KEYWORD] = { variable
1295 tomoyo_condition_keyword[left]); tomoyo_print_condition()
1310 tomoyo_condition_keyword[right]); tomoyo_print_condition()
H A Dcondition.c367 if (!strcmp(word, tomoyo_condition_keyword[i])) tomoyo_condition_type()
H A Dcommon.h1064 extern const char * const tomoyo_condition_keyword

Completed in 126 milliseconds