Searched refs:path_chown (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/security/tomoyo/ |
| D | tomoyo.c | 520 LSM_HOOK_INIT(path_chown, tomoyo_path_chown),
|
| /Linux-v4.19/include/linux/ |
| D | lsm_hooks.h | 1507 int (*path_chown)(const struct path *path, kuid_t uid, kgid_t gid); member 1826 struct hlist_head path_chown; member
|
| /Linux-v4.19/security/apparmor/ |
| D | lsm.c | 1147 LSM_HOOK_INIT(path_chown, apparmor_path_chown),
|
| /Linux-v4.19/security/ |
| D | security.c | 608 return call_int_hook(path_chown, 0, path, uid, gid); in security_path_chown()
|