Home
last modified time | relevance | path

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

/openbmc/linux/security/tomoyo/
H A Dfile.c23 [TOMOYO_TYPE_SYMLINK] = TOMOYO_MAC_FILE_SYMLINK,
830 case TOMOYO_TYPE_SYMLINK: in tomoyo_path_perm()
839 if (operation == TOMOYO_TYPE_SYMLINK) in tomoyo_path_perm()
H A Dtomoyo.c211 return tomoyo_path_perm(TOMOYO_TYPE_SYMLINK, &path, old_name); in tomoyo_path_symlink()
H A Dcommon.h250 TOMOYO_TYPE_SYMLINK, enumerator
H A Dcommon.c152 [TOMOYO_TYPE_SYMLINK] = "symlink",