Home
last modified time | relevance | path

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

/linux/security/tomoyo/
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()
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()
A Dcommon.h1077 extern const char * const tomoyo_condition_keyword
A Dcondition.c381 if (!strcmp(word, tomoyo_condition_keyword[i])) in tomoyo_condition_type()

Completed in 16 milliseconds