Home
last modified time | relevance | path

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

/openbmc/linux/security/tomoyo/
H A Dtomoyo.c132 static int tomoyo_path_truncate(const struct path *path) in tomoyo_path_truncate() function
146 return tomoyo_path_truncate(&file->f_path); in tomoyo_file_truncate()
561 LSM_HOOK_INIT(path_truncate, tomoyo_path_truncate),