Searched refs:TOMOYO_TYPE_SYMLINK (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | file.c | 23 [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 D | tomoyo.c | 200 return tomoyo_path_perm(TOMOYO_TYPE_SYMLINK, &path, old_name); in tomoyo_path_symlink()
|
H A D | common.h | 250 TOMOYO_TYPE_SYMLINK, enumerator
|
H A D | common.c | 151 [TOMOYO_TYPE_SYMLINK] = "symlink",
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | file.c | 23 [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 D | tomoyo.c | 211 return tomoyo_path_perm(TOMOYO_TYPE_SYMLINK, &path, old_name); in tomoyo_path_symlink()
|
H A D | common.h | 250 TOMOYO_TYPE_SYMLINK, enumerator
|
H A D | common.c | 152 [TOMOYO_TYPE_SYMLINK] = "symlink",
|
Completed in 15 milliseconds