Home
last modified time | relevance | path

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

/linux-6.12.1/security/tomoyo/
Dtomoyo.c133 static int tomoyo_path_truncate(const struct path *path) in tomoyo_path_truncate() function
147 return tomoyo_path_truncate(&file->f_path); in tomoyo_file_truncate()
568 LSM_HOOK_INIT(path_truncate, tomoyo_path_truncate),