Home
last modified time | relevance | path

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

/openbmc/linux/security/tomoyo/
H A Daudit.c127 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_SYMLINK]; in tomoyo_filetype()
H A Dcommon.h83 TOMOYO_TYPE_IS_SYMLINK, /* S_IFLNK */ enumerator
H A Dcondition.c873 case TOMOYO_TYPE_IS_SYMLINK: in tomoyo_condition()
H A Dcommon.c88 [TOMOYO_TYPE_IS_SYMLINK] = "symlink",