Searched refs:TOMOYO_TYPE_RENAME (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | tomoyo.c | 293 const int err = tomoyo_path2_perm(TOMOYO_TYPE_RENAME, &path2, in tomoyo_path_rename() 299 return tomoyo_path2_perm(TOMOYO_TYPE_RENAME, &path1, &path2); in tomoyo_path_rename()
|
H A D | file.c | 41 [TOMOYO_TYPE_RENAME] = TOMOYO_MAC_FILE_RENAME, 926 case TOMOYO_TYPE_RENAME: in tomoyo_path2_perm()
|
H A D | common.h | 282 TOMOYO_TYPE_RENAME, enumerator
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | tomoyo.c | 279 return tomoyo_path2_perm(TOMOYO_TYPE_RENAME, &path1, &path2); in tomoyo_path_rename()
|
H A D | file.c | 41 [TOMOYO_TYPE_RENAME] = TOMOYO_MAC_FILE_RENAME, 926 case TOMOYO_TYPE_RENAME: in tomoyo_path2_perm()
|
H A D | common.h | 282 TOMOYO_TYPE_RENAME, enumerator
|
Completed in 18 milliseconds