Home
last modified time | relevance | path

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

/linux/security/tomoyo/
H A Dtomoyo.c565 LSM_HOOK_INIT(path_truncate, tomoyo_path_truncate),
/linux/security/landlock/
H A Dfs.c1849 LSM_HOOK_INIT(path_truncate, hook_path_truncate),
/linux/security/
H A Dsecurity.c2045 return call_int_hook(path_truncate, path); in security_path_truncate()