Home
last modified time | relevance | path

Searched refs:TOMOYO_TYPE_SYMLINK (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A Dfile.c23 [TOMOYO_TYPE_SYMLINK] = TOMOYO_MAC_FILE_SYMLINK,
798 * @target: Symlink's target if @operation is TOMOYO_TYPE_SYMLINK,
830 case TOMOYO_TYPE_SYMLINK: in tomoyo_path_perm()
839 if (operation == TOMOYO_TYPE_SYMLINK) in tomoyo_path_perm()
H A Dtomoyo.c200 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.c151 [TOMOYO_TYPE_SYMLINK] = "symlink",
/kernel/linux/linux-6.6/security/tomoyo/
H A Dfile.c23 [TOMOYO_TYPE_SYMLINK] = TOMOYO_MAC_FILE_SYMLINK,
798 * @target: Symlink's target if @operation is TOMOYO_TYPE_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",

Completed in 15 milliseconds