Home
last modified time | relevance | path

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

/linux-4.4.14/security/tomoyo/
Dtomoyo.c523 LSM_HOOK_INIT(sb_pivotroot, tomoyo_sb_pivotroot),
/linux-4.4.14/include/linux/
Dlsm_hooks.h1346 int (*sb_pivotroot)(struct path *old_path, struct path *new_path); member
1647 struct list_head sb_pivotroot; member
/linux-4.4.14/security/
Dsecurity.c318 return call_int_hook(sb_pivotroot, 0, old_path, new_path); in security_sb_pivotroot()
1587 .sb_pivotroot = LIST_HEAD_INIT(security_hook_heads.sb_pivotroot),