Home
last modified time | relevance | path

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

/linux-4.4.14/security/tomoyo/
Dtomoyo.c520 LSM_HOOK_INIT(path_chroot, tomoyo_path_chroot),
/linux-4.4.14/include/linux/
Dlsm_hooks.h1376 int (*path_chroot)(struct path *path); member
1663 struct list_head path_chroot; member
/linux-4.4.14/security/
Dsecurity.c504 return call_int_hook(path_chroot, 0, path); in security_path_chroot()
1608 .path_chroot = LIST_HEAD_INIT(security_hook_heads.path_chroot),