Home
last modified time | relevance | path

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

/openbmc/linux/security/tomoyo/
H A Daudit.c123 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_FILE]; in tomoyo_filetype()
H A Dcommon.h84 TOMOYO_TYPE_IS_FILE, /* S_IFREG */ enumerator
H A Dcondition.c876 case TOMOYO_TYPE_IS_FILE: in tomoyo_condition()
H A Dcommon.c89 [TOMOYO_TYPE_IS_FILE] = "file",