Searched refs:TOMOYO_TYPE_TRUNCATE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | tomoyo.c | 135 return tomoyo_path_perm(TOMOYO_TYPE_TRUNCATE, path, NULL); in tomoyo_path_truncate()
|
H A D | common.h | 249 TOMOYO_TYPE_TRUNCATE, enumerator
|
H A D | file.c | 22 [TOMOYO_TYPE_TRUNCATE] = TOMOYO_MAC_FILE_TRUNCATE,
|
H A D | common.c | 150 [TOMOYO_TYPE_TRUNCATE] = "truncate",
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | tomoyo.c | 134 return tomoyo_path_perm(TOMOYO_TYPE_TRUNCATE, path, NULL); in tomoyo_path_truncate()
|
H A D | file.c | 22 [TOMOYO_TYPE_TRUNCATE] = TOMOYO_MAC_FILE_TRUNCATE,
|
H A D | common.h | 249 TOMOYO_TYPE_TRUNCATE, enumerator
|
H A D | common.c | 151 [TOMOYO_TYPE_TRUNCATE] = "truncate",
|
Completed in 15 milliseconds