Searched refs:path_chown (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/security/tomoyo/ |
D | tomoyo.c | 519 LSM_HOOK_INIT(path_chown, tomoyo_path_chown),
|
/linux-4.4.14/include/linux/ |
D | lsm_hooks.h | 1375 int (*path_chown)(struct path *path, kuid_t uid, kgid_t gid); member 1662 struct list_head path_chown; member
|
/linux-4.4.14/security/ |
D | security.c | 499 return call_int_hook(path_chown, 0, path, uid, gid); in security_path_chown() 1607 .path_chown = LIST_HEAD_INIT(security_hook_heads.path_chown),
|
/linux-4.4.14/security/apparmor/ |
D | lsm.c | 622 LSM_HOOK_INIT(path_chown, apparmor_path_chown),
|